Html Css Color HEX #AC08CA Dark Violet

📋 copy color: '#AC08CA'

red 172 ◦ green 8 ◦ blue 202

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

Shades of Dark Violet #AC08CA

Tints of Dark Violet #AC08CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 45.03%
G = 2.09%
B = 52.88%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC08CA (or 0xAC08CA) is known color: Dark Violet. HEX triplet: AC, 08 and CA. RGB value is (172,8,202). Sum of RGB (Red+Green+Blue) = 172+8+202=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC08CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08CA is #53F735. Grayscale: #4E4E4E. Windows color (decimal): -5502774 or 13240492. OLE color: 13240492.

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

Color convert

RGB 172 8 202 -
CMYK 0.15 0.96 0 0.21
HSL 290.72º 0.92% 0.41% -
HSV(B) 290.72º 0.96% 0.79% -
XYZ 27.76 13.21 56.96 -
YUV 79.15 197.33 194.23 -
System Red Green Blue C M Y K H S L
Decimal 172 8 202 0.15 0.96 0 0.21 290.72 0.92 0.41
Hex AC 8 CA F 60 0 15 123 5C 29
Octal 254 10 312 17 140 0 25 443 134 51
Binary 10101100 1000 11001010 1111 1100000 0 10101 100100011 1011100 101001

Color Harmonies of #AC08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08CA

Black with #AC08CA

Text Example


Text Example

White with #AC08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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