Html Css Color HEX #AC0CCA Dark Violet

📋 copy color: '#AC0CCA'

red 172 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #AC0CCA

Tints of Dark Violet #AC0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 44.56%
G = 3.11%
B = 52.33%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC0CCA (or 0xAC0CCA) is known color: Dark Violet. HEX triplet: AC, 0C and CA. RGB value is (172,12,202). Sum of RGB (Red+Green+Blue) = 172+12+202=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCA is #53F335. Grayscale: #505050. Windows color (decimal): -5501750 or 13241516. OLE color: 13241516.

HSL color Cylindrical-coordinate representation of color #AC0CCA: hue angle of 290.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CCA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 12 202 -
CMYK 0.15 0.94 0 0.21
HSL 290.53º 0.89% 0.42% -
HSV(B) 290.53º 0.94% 0.79% -
XYZ 27.81 13.3 56.98 -
YUV 81.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 172 12 202 0.15 0.94 0 0.21 290.53 0.89 0.42
Hex AC C CA F 5E 0 15 123 59 2A
Octal 254 14 312 17 136 0 25 443 131 52
Binary 10101100 1100 11001010 1111 1011110 0 10101 100100011 1011001 101010

Color Harmonies of #AC0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CCA

Black with #AC0CCA

Text Example


Text Example

White with #AC0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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