Html Css Color HEX #AC0BCC Dark Violet

📋 copy color: '#AC0BCC'

red 172 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #AC0BCC

Tints of Dark Violet #AC0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 44.44%
G = 2.84%
B = 52.71%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC0BCC (or 0xAC0BCC) is known color: Dark Violet. HEX triplet: AC, 0B and CC. RGB value is (172,11,204). Sum of RGB (Red+Green+Blue) = 172+11+204=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCC is #53F433. Grayscale: #505050. Windows color (decimal): -5502004 or 13372332. OLE color: 13372332.

HSL color Cylindrical-coordinate representation of color #AC0BCC: hue angle of 290.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BCC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 11 204 -
CMYK 0.16 0.95 0 0.2
HSL 290.05º 0.9% 0.42% -
HSV(B) 290.05º 0.95% 0.8% -
XYZ 28.03 13.37 58.23 -
YUV 81.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 172 11 204 0.16 0.95 0 0.2 290.05 0.9 0.42
Hex AC B CC 10 5F 0 14 122 5A 2A
Octal 254 13 314 20 137 0 24 442 132 52
Binary 10101100 1011 11001100 10000 1011111 0 10100 100100010 1011010 101010

Color Harmonies of #AC0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BCC

Black with #AC0BCC

Text Example


Text Example

White with #AC0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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