Html Css Color HEX #AC04E5 Dark Violet

📋 copy color: '#AC04E5'

red 172 ◦ green 4 ◦ blue 229

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

Shades of Dark Violet #AC04E5

Tints of Dark Violet #AC04E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 42.47%
G = 0.99%
B = 56.54%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC04E5 (or 0xAC04E5) is known color: Dark Violet. HEX triplet: AC, 04 and E5. RGB value is (172,4,229). Sum of RGB (Red+Green+Blue) = 172+4+229=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC04E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04E5 is #53FB1A. Grayscale: #4F4F4F. Windows color (decimal): -5503771 or 15008940. OLE color: 15008940.

HSL color Cylindrical-coordinate representation of color #AC04E5: hue angle of 284.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04E5 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 4 229 -
CMYK 0.25 0.98 0 0.10
HSL 284.8º 0.97% 0.46% -
HSV(B) 284.8º 0.98% 0.9% -
XYZ 31.2 14.51 75.29 -
YUV 79.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 172 4 229 0.25 0.98 0 0.10 284.8 0.97 0.46
Hex AC 4 E5 19 62 0 A 11D 61 2E
Octal 254 4 345 31 142 0 12 435 141 56
Binary 10101100 100 11100101 11001 1100010 0 1010 100011101 1100001 101110

Color Harmonies of #AC04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04E5

Black with #AC04E5

Text Example


Text Example

White with #AC04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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