Html Css Color HEX #AC0DCB Dark Violet

📋 copy color: '#AC0DCB'

red 172 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #AC0DCB

Tints of Dark Violet #AC0DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 44.33%
G = 3.35%
B = 52.32%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC0DCB (or 0xAC0DCB) is known color: Dark Violet. HEX triplet: AC, 0D and CB. RGB value is (172,13,203). Sum of RGB (Red+Green+Blue) = 172+13+203=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DCB is #53F234. Grayscale: #515151. Windows color (decimal): -5501493 or 13307308. OLE color: 13307308.

HSL color Cylindrical-coordinate representation of color #AC0DCB: hue angle of 290.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DCB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 13 203 -
CMYK 0.15 0.94 0 0.20
HSL 290.21º 0.88% 0.42% -
HSV(B) 290.21º 0.94% 0.8% -
XYZ 27.94 13.37 57.61 -
YUV 82.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 172 13 203 0.15 0.94 0 0.20 290.21 0.88 0.42
Hex AC D CB F 5E 0 14 122 58 2A
Octal 254 15 313 17 136 0 24 442 130 52
Binary 10101100 1101 11001011 1111 1011110 0 10100 100100010 1011000 101010

Color Harmonies of #AC0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DCB

Black with #AC0DCB

Text Example


Text Example

White with #AC0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DCB; }

 p { color: rgb(172,13,203); }

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

background-color css

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

 a { background-color: rgb(172,13,203); }

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

border-color css

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

 span { border-color: rgb(172,13,203); }

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