Html Css Color HEX #AC04CC Dark Violet

📋 copy color: '#AC04CC'

red 172 ◦ green 4 ◦ blue 204

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

Shades of Dark Violet #AC04CC

Tints of Dark Violet #AC04CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 45.26%
G = 1.05%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC04CC (or 0xAC04CC) is known color: Dark Violet. HEX triplet: AC, 04 and CC. RGB value is (172,4,204). Sum of RGB (Red+Green+Blue) = 172+4+204=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CC is #53FB33. Grayscale: #4C4C4C. Windows color (decimal): -5503796 or 13370540. OLE color: 13370540.

HSL color Cylindrical-coordinate representation of color #AC04CC: hue angle of 290.4º 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 #AC04CC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 4 204 -
CMYK 0.16 0.98 0 0.2
HSL 290.4º 0.96% 0.41% -
HSV(B) 290.4º 0.98% 0.8% -
XYZ 27.96 13.22 58.2 -
YUV 77.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 172 4 204 0.16 0.98 0 0.2 290.4 0.96 0.41
Hex AC 4 CC 10 62 0 14 122 60 29
Octal 254 4 314 20 142 0 24 442 140 51
Binary 10101100 100 11001100 10000 1100010 0 10100 100100010 1100000 101001

Color Harmonies of #AC04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04CC

Black with #AC04CC

Text Example


Text Example

White with #AC04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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