Html Css Color HEX #AC0BD6 Dark Violet

📋 copy color: '#AC0BD6'

red 172 ◦ green 11 ◦ blue 214

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

Shades of Dark Violet #AC0BD6

Tints of Dark Violet #AC0BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.77%

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

R = 43.32%
G = 2.77%
B = 53.9%

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

#AC0BD6 (or 0xAC0BD6) is known color: Dark Violet. HEX triplet: AC, 0B and D6. RGB value is (172,11,214). Sum of RGB (Red+Green+Blue) = 172+11+214=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC0BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BD6 is #53F429. Grayscale: #515151. Windows color (decimal): -5501994 or 14027692. OLE color: 14027692.

HSL color Cylindrical-coordinate representation of color #AC0BD6: hue angle of 287.59º degrees, saturation: 0.9, 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 #AC0BD6 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 11 214 -
CMYK 0.20 0.95 0 0.16
HSL 287.59º 0.9% 0.44% -
HSV(B) 287.59º 0.95% 0.84% -
XYZ 29.27 13.87 64.75 -
YUV 82.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 172 11 214 0.20 0.95 0 0.16 287.59 0.9 0.44
Hex AC B D6 14 5F 0 10 120 5A 2C
Octal 254 13 326 24 137 0 20 440 132 54
Binary 10101100 1011 11010110 10100 1011111 0 10000 100100000 1011010 101100

Color Harmonies of #AC0BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BD6

Black with #AC0BD6

Text Example


Text Example

White with #AC0BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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