Html Css Color HEX #AC0CC8 Dark Violet

📋 copy color: '#AC0CC8'

red 172 ◦ green 12 ◦ blue 200

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

Shades of Dark Violet #AC0CC8

Tints of Dark Violet #AC0CC8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 200 (78.52% from 255) = 52.08%

R = 44.79%
G = 3.13%
B = 52.08%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC0CC8 (or 0xAC0CC8) is known color: Dark Violet. HEX triplet: AC, 0C and C8. RGB value is (172,12,200). Sum of RGB (Red+Green+Blue) = 172+12+200=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC0CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CC8 is #53F337. Grayscale: #505050. Windows color (decimal): -5501752 or 13110444. OLE color: 13110444.

HSL color Cylindrical-coordinate representation of color #AC0CC8: hue angle of 291.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CC8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 12 200 -
CMYK 0.14 0.94 0 0.22
HSL 291.06º 0.89% 0.42% -
HSV(B) 291.06º 0.94% 0.78% -
XYZ 27.57 13.2 55.74 -
YUV 81.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 172 12 200 0.14 0.94 0 0.22 291.06 0.89 0.42
Hex AC C C8 E 5E 0 16 123 59 2A
Octal 254 14 310 16 136 0 26 443 131 52
Binary 10101100 1100 11001000 1110 1011110 0 10110 100100011 1011001 101010

Color Harmonies of #AC0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CC8

Black with #AC0CC8

Text Example


Text Example

White with #AC0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CC8; }

 p { color: rgb(172,12,200); }

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

background-color css

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

 a { background-color: rgb(172,12,200); }

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

border-color css

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

 span { border-color: rgb(172,12,200); }

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