Html Css Color HEX #AC0ACE Dark Violet

📋 copy color: '#AC0ACE'

red 172 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #AC0ACE

Tints of Dark Violet #AC0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 44.33%
G = 2.58%
B = 53.09%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC0ACE (or 0xAC0ACE) is known color: Dark Violet. HEX triplet: AC, 0A and CE. RGB value is (172,10,206). Sum of RGB (Red+Green+Blue) = 172+10+206=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ACE is #53F531. Grayscale: #505050. Windows color (decimal): -5502258 or 13503148. OLE color: 13503148.

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

Color convert

RGB 172 10 206 -
CMYK 0.17 0.95 0 0.19
HSL 289.59º 0.91% 0.42% -
HSV(B) 289.59º 0.95% 0.81% -
XYZ 28.26 13.44 59.5 -
YUV 80.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 172 10 206 0.17 0.95 0 0.19 289.59 0.91 0.42
Hex AC A CE 11 5F 0 13 122 5B 2A
Octal 254 12 316 21 137 0 23 442 133 52
Binary 10101100 1010 11001110 10001 1011111 0 10011 100100010 1011011 101010

Color Harmonies of #AC0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ACE

Black with #AC0ACE

Text Example


Text Example

White with #AC0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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