Html Css Color HEX #AC04CB Dark Violet

📋 copy color: '#AC04CB'

red 172 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #AC04CB

Tints of Dark Violet #AC04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 45.38%
G = 1.06%
B = 53.56%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC04CB (or 0xAC04CB) is known color: Dark Violet. HEX triplet: AC, 04 and CB. RGB value is (172,4,203). Sum of RGB (Red+Green+Blue) = 172+4+203=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CB is #53FB34. Grayscale: #4C4C4C. Windows color (decimal): -5503797 or 13305004. OLE color: 13305004.

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

Color convert

RGB 172 4 203 -
CMYK 0.15 0.98 0 0.20
HSL 290.65º 0.96% 0.41% -
HSV(B) 290.65º 0.98% 0.8% -
XYZ 27.84 13.17 57.57 -
YUV 76.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 172 4 203 0.15 0.98 0 0.20 290.65 0.96 0.41
Hex AC 4 CB F 62 0 14 123 60 29
Octal 254 4 313 17 142 0 24 443 140 51
Binary 10101100 100 11001011 1111 1100010 0 10100 100100011 1100000 101001

Color Harmonies of #AC04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04CB

Black with #AC04CB

Text Example


Text Example

White with #AC04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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