Html Css Color HEX #AC04DA Dark Violet

📋 copy color: '#AC04DA'

red 172 ◦ green 4 ◦ blue 218

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

Shades of Dark Violet #AC04DA

Tints of Dark Violet #AC04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 43.65%
G = 1.02%
B = 55.33%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC04DA (or 0xAC04DA) is known color: Dark Violet. HEX triplet: AC, 04 and DA. RGB value is (172,4,218). Sum of RGB (Red+Green+Blue) = 172+4+218=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC04DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04DA is #53FB25. Grayscale: #4D4D4D. Windows color (decimal): -5503782 or 14288044. OLE color: 14288044.

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

Color convert

RGB 172 4 218 -
CMYK 0.21 0.98 0 0.15
HSL 287.1º 0.96% 0.44% -
HSV(B) 287.1º 0.98% 0.85% -
XYZ 29.71 13.92 67.45 -
YUV 78.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 172 4 218 0.21 0.98 0 0.15 287.1 0.96 0.44
Hex AC 4 DA 15 62 0 F 11F 60 2C
Octal 254 4 332 25 142 0 17 437 140 54
Binary 10101100 100 11011010 10101 1100010 0 1111 100011111 1100000 101100

Color Harmonies of #AC04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04DA

Black with #AC04DA

Text Example


Text Example

White with #AC04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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