Html Css Color HEX #AC11C3 Dark Violet

📋 copy color: '#AC11C3'

red 172 ◦ green 17 ◦ blue 195

#AC11C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AC11C3

Tints of Dark Violet #AC11C3

RGB

 RED value IS 172 (67.58% from 255) = 44.79%

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 195 (76.56% from 255) = 50.78%

R = 44.79%
G = 4.43%
B = 50.78%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC11C3 (or 0xAC11C3) is known color: Dark Violet. HEX triplet: AC, 11 and C3. RGB value is (172,17,195). Sum of RGB (Red+Green+Blue) = 172+17+195=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC11C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11C3 is #53EE3C. Grayscale: #535353. Windows color (decimal): -5500477 or 12784044. OLE color: 12784044.

HSL color Cylindrical-coordinate representation of color #AC11C3: hue angle of 292.25º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11C3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 17 195 -
CMYK 0.12 0.91 0 0.24
HSL 292.25º 0.84% 0.42% -
HSV(B) 292.25º 0.91% 0.76% -
XYZ 27.06 13.11 52.73 -
YUV 83.64 190.85 191.03 -
System Red Green Blue C M Y K H S L
Decimal 172 17 195 0.12 0.91 0 0.24 292.25 0.84 0.42
Hex AC 11 C3 C 5B 0 18 124 54 2A
Octal 254 21 303 14 133 0 30 444 124 52
Binary 10101100 10001 11000011 1100 1011011 0 11000 100100100 1010100 101010

Color Harmonies of #AC11C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11C3

Black with #AC11C3

Text Example


Text Example

White with #AC11C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11C3; }

 p { color: rgb(172,17,195); }

 H1.HeaderClassName
 {
   color: #AC11C3;
 }
 .AnyTagClassName
 {
   color: #AC11C3;
 }
</style>

background-color css

<style>
 a { background-color: #AC11C3; }

 a { background-color: rgb(172,17,195); }

 div.DivClassName
 {
   background-color: #AC11C3;
 }
 .BgClassName
 {
   background-color: #AC11C3;
 }
</style>

border-color css

<style>
 span { border-color: #AC11C3; }

 span { border-color: rgb(172,17,195); }

 td.TdClassName
 {
   border-color: #AC11C3;
 }
 .TagClassName
 {
   border-color: #AC11C3;
 }
</style>