Html Css Color HEX #AC0FCC Dark Violet

📋 copy color: '#AC0FCC'

red 172 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #AC0FCC

Tints of Dark Violet #AC0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.84%

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

R = 43.99%
G = 3.84%
B = 52.17%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC0FCC (or 0xAC0FCC) is known color: Dark Violet. HEX triplet: AC, 0F and CC. RGB value is (172,15,204). Sum of RGB (Red+Green+Blue) = 172+15+204=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC0FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FCC is #53F033. Grayscale: #525252. Windows color (decimal): -5500980 or 13373356. OLE color: 13373356.

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

Color convert

RGB 172 15 204 -
CMYK 0.16 0.93 0 0.2
HSL 289.84º 0.86% 0.43% -
HSV(B) 289.84º 0.93% 0.8% -
XYZ 28.08 13.47 58.25 -
YUV 83.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 172 15 204 0.16 0.93 0 0.2 289.84 0.86 0.43
Hex AC F CC 10 5D 0 14 122 56 2B
Octal 254 17 314 20 135 0 24 442 126 53
Binary 10101100 1111 11001100 10000 1011101 0 10100 100100010 1010110 101011

Color Harmonies of #AC0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FCC

Black with #AC0FCC

Text Example


Text Example

White with #AC0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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