Html Css Color HEX #AC02CA Dark Violet

📋 copy color: '#AC02CA'

red 172 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #AC02CA

Tints of Dark Violet #AC02CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 45.74%
G = 0.53%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC02CA (or 0xAC02CA) is known color: Dark Violet. HEX triplet: AC, 02 and CA. RGB value is (172,2,202). Sum of RGB (Red+Green+Blue) = 172+2+202=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02CA is #53FD35. Grayscale: #4B4B4B. Windows color (decimal): -5504310 or 13238956. OLE color: 13238956.

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

Color convert

RGB 172 2 202 -
CMYK 0.15 0.99 0 0.21
HSL 291º 0.98% 0.4% -
HSV(B) 291º 0.99% 0.79% -
XYZ 27.7 13.08 56.94 -
YUV 75.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 172 2 202 0.15 0.99 0 0.21 291 0.98 0.4
Hex AC 2 CA F 63 0 15 123 62 28
Octal 254 2 312 17 143 0 25 443 142 50
Binary 10101100 10 11001010 1111 1100011 0 10101 100100011 1100010 101000

Color Harmonies of #AC02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02CA

Black with #AC02CA

Text Example


Text Example

White with #AC02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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