Html Css Color HEX #AC0CCF Dark Violet

📋 copy color: '#AC0CCF'

red 172 ◦ green 12 ◦ blue 207

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

Shades of Dark Violet #AC0CCF

Tints of Dark Violet #AC0CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 43.99%
G = 3.07%
B = 52.94%

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

#AC0CCF (or 0xAC0CCF) is known color: Dark Violet. HEX triplet: AC, 0C and CF. RGB value is (172,12,207). Sum of RGB (Red+Green+Blue) = 172+12+207=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCF is #53F330. Grayscale: #515151. Windows color (decimal): -5501745 or 13569196. OLE color: 13569196.

HSL color Cylindrical-coordinate representation of color #AC0CCF: hue angle of 289.23º 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 #AC0CCF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 12 207 -
CMYK 0.17 0.94 0 0.19
HSL 289.23º 0.89% 0.43% -
HSV(B) 289.23º 0.94% 0.81% -
XYZ 28.41 13.54 60.15 -
YUV 82.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 172 12 207 0.17 0.94 0 0.19 289.23 0.89 0.43
Hex AC C CF 11 5E 0 13 121 59 2B
Octal 254 14 317 21 136 0 23 441 131 53
Binary 10101100 1100 11001111 10001 1011110 0 10011 100100001 1011001 101011

Color Harmonies of #AC0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CCF

Black with #AC0CCF

Text Example


Text Example

White with #AC0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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