Html Css Color HEX #AC0AD6 Dark Violet

📋 copy color: '#AC0AD6'

red 172 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #AC0AD6

Tints of Dark Violet #AC0AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.04%

R = 43.43%
G = 2.53%
B = 54.04%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC0AD6 (or 0xAC0AD6) is known color: Dark Violet. HEX triplet: AC, 0A and D6. RGB value is (172,10,214). Sum of RGB (Red+Green+Blue) = 172+10+214=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC0AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AD6 is #53F529. Grayscale: #515151. Windows color (decimal): -5502250 or 14027436. OLE color: 14027436.

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

Color convert

RGB 172 10 214 -
CMYK 0.20 0.95 0 0.16
HSL 287.65º 0.91% 0.44% -
HSV(B) 287.65º 0.95% 0.84% -
XYZ 29.26 13.84 64.75 -
YUV 81.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 172 10 214 0.20 0.95 0 0.16 287.65 0.91 0.44
Hex AC A D6 14 5F 0 10 120 5B 2C
Octal 254 12 326 24 137 0 20 440 133 54
Binary 10101100 1010 11010110 10100 1011111 0 10000 100100000 1011011 101100

Color Harmonies of #AC0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AD6

Black with #AC0AD6

Text Example


Text Example

White with #AC0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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