Html Css Color HEX #AC0BD4 Dark Violet

📋 copy color: '#AC0BD4'

red 172 ◦ green 11 ◦ blue 212

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

Shades of Dark Violet #AC0BD4

Tints of Dark Violet #AC0BD4

RGB

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

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

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

R = 43.54%
G = 2.78%
B = 53.67%

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

#AC0BD4 (or 0xAC0BD4) is known color: Dark Violet. HEX triplet: AC, 0B and D4. RGB value is (172,11,212). Sum of RGB (Red+Green+Blue) = 172+11+212=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC0BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BD4 is #53F42B. Grayscale: #515151. Windows color (decimal): -5501996 or 13896620. OLE color: 13896620.

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

Color convert

RGB 172 11 212 -
CMYK 0.19 0.95 0 0.17
HSL 288.06º 0.9% 0.44% -
HSV(B) 288.06º 0.95% 0.83% -
XYZ 29.02 13.76 63.41 -
YUV 82.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 172 11 212 0.19 0.95 0 0.17 288.06 0.9 0.44
Hex AC B D4 13 5F 0 11 120 5A 2C
Octal 254 13 324 23 137 0 21 440 132 54
Binary 10101100 1011 11010100 10011 1011111 0 10001 100100000 1011010 101100

Color Harmonies of #AC0BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BD4

Black with #AC0BD4

Text Example


Text Example

White with #AC0BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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