Html Css Color HEX #AC0CCE Dark Violet

📋 copy color: '#AC0CCE'

red 172 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #AC0CCE

Tints of Dark Violet #AC0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 44.1%
G = 3.08%
B = 52.82%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC0CCE (or 0xAC0CCE) is known color: Dark Violet. HEX triplet: AC, 0C and CE. RGB value is (172,12,206). Sum of RGB (Red+Green+Blue) = 172+12+206=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCE is #53F331. Grayscale: #515151. Windows color (decimal): -5501746 or 13503660. OLE color: 13503660.

HSL color Cylindrical-coordinate representation of color #AC0CCE: hue angle of 289.48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CCE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 12 206 -
CMYK 0.17 0.94 0 0.19
HSL 289.48º 0.89% 0.43% -
HSV(B) 289.48º 0.94% 0.81% -
XYZ 28.29 13.49 59.51 -
YUV 81.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 172 12 206 0.17 0.94 0 0.19 289.48 0.89 0.43
Hex AC C CE 11 5E 0 13 121 59 2B
Octal 254 14 316 21 136 0 23 441 131 53
Binary 10101100 1100 11001110 10001 1011110 0 10011 100100001 1011001 101011

Color Harmonies of #AC0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CCE

Black with #AC0CCE

Text Example


Text Example

White with #AC0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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