Html Css Color HEX #AC0AD4 Dark Violet

📋 copy color: '#AC0AD4'

red 172 ◦ green 10 ◦ blue 212

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

Shades of Dark Violet #AC0AD4

Tints of Dark Violet #AC0AD4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 212 (83.2% from 255) = 53.81%

R = 43.65%
G = 2.54%
B = 53.81%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC0AD4 (or 0xAC0AD4) is known color: Dark Violet. HEX triplet: AC, 0A and D4. RGB value is (172,10,212). Sum of RGB (Red+Green+Blue) = 172+10+212=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC0AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AD4 is #53F52B. Grayscale: #505050. Windows color (decimal): -5502252 or 13896364. OLE color: 13896364.

HSL color Cylindrical-coordinate representation of color #AC0AD4: hue angle of 288.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0AD4 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 10 212 -
CMYK 0.19 0.95 0 0.17
HSL 288.12º 0.91% 0.44% -
HSV(B) 288.12º 0.95% 0.83% -
XYZ 29.01 13.74 63.41 -
YUV 81.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 172 10 212 0.19 0.95 0 0.17 288.12 0.91 0.44
Hex AC A D4 13 5F 0 11 120 5B 2C
Octal 254 12 324 23 137 0 21 440 133 54
Binary 10101100 1010 11010100 10011 1011111 0 10001 100100000 1011011 101100

Color Harmonies of #AC0AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AD4

Black with #AC0AD4

Text Example


Text Example

White with #AC0AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AD4; }

 p { color: rgb(172,10,212); }

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

background-color css

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

 a { background-color: rgb(172,10,212); }

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

border-color css

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

 span { border-color: rgb(172,10,212); }

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