Html Css Color HEX #AC05CA Dark Violet

📋 copy color: '#AC05CA'

red 172 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #AC05CA

Tints of Dark Violet #AC05CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 45.38%
G = 1.32%
B = 53.3%

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

#AC05CA (or 0xAC05CA) is known color: Dark Violet. HEX triplet: AC, 05 and CA. RGB value is (172,5,202). Sum of RGB (Red+Green+Blue) = 172+5+202=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05CA is #53FA35. Grayscale: #4C4C4C. Windows color (decimal): -5503542 or 13239724. OLE color: 13239724.

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

Color convert

RGB 172 5 202 -
CMYK 0.15 0.98 0 0.21
HSL 290.86º 0.95% 0.41% -
HSV(B) 290.86º 0.98% 0.79% -
XYZ 27.73 13.14 56.95 -
YUV 77.39 198.33 195.48 -
System Red Green Blue C M Y K H S L
Decimal 172 5 202 0.15 0.98 0 0.21 290.86 0.95 0.41
Hex AC 5 CA F 62 0 15 123 5F 29
Octal 254 5 312 17 142 0 25 443 137 51
Binary 10101100 101 11001010 1111 1100010 0 10101 100100011 1011111 101001

Color Harmonies of #AC05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05CA

Black with #AC05CA

Text Example


Text Example

White with #AC05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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