Html Css Color HEX #AC04CA Dark Violet

📋 copy color: '#AC04CA'

red 172 ◦ green 4 ◦ blue 202

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

Shades of Dark Violet #AC04CA

Tints of Dark Violet #AC04CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 45.5%
G = 1.06%
B = 53.44%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC04CA (or 0xAC04CA) is known color: Dark Violet. HEX triplet: AC, 04 and CA. RGB value is (172,4,202). Sum of RGB (Red+Green+Blue) = 172+4+202=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC04CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CA is #53FB35. Grayscale: #4C4C4C. Windows color (decimal): -5503798 or 13239468. OLE color: 13239468.

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

Color convert

RGB 172 4 202 -
CMYK 0.15 0.98 0 0.21
HSL 290.91º 0.96% 0.4% -
HSV(B) 290.91º 0.98% 0.79% -
XYZ 27.72 13.12 56.95 -
YUV 76.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 172 4 202 0.15 0.98 0 0.21 290.91 0.96 0.4
Hex AC 4 CA F 62 0 15 123 60 28
Octal 254 4 312 17 142 0 25 443 140 50
Binary 10101100 100 11001010 1111 1100010 0 10101 100100011 1100000 101000

Color Harmonies of #AC04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04CA

Black with #AC04CA

Text Example


Text Example

White with #AC04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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