Html Css Color HEX #AC04E4 Dark Violet

📋 copy color: '#AC04E4'

red 172 ◦ green 4 ◦ blue 228

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

Shades of Dark Violet #AC04E4

Tints of Dark Violet #AC04E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.44%

R = 42.57%
G = 0.99%
B = 56.44%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC04E4 (or 0xAC04E4) is known color: Dark Violet. HEX triplet: AC, 04 and E4. RGB value is (172,4,228). Sum of RGB (Red+Green+Blue) = 172+4+228=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC04E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04E4 is #53FB1B. Grayscale: #4F4F4F. Windows color (decimal): -5503772 or 14943404. OLE color: 14943404.

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

Color convert

RGB 172 4 228 -
CMYK 0.25 0.98 0 0.11
HSL 285º 0.97% 0.45% -
HSV(B) 285º 0.98% 0.89% -
XYZ 31.06 14.46 74.55 -
YUV 79.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 172 4 228 0.25 0.98 0 0.11 285 0.97 0.45
Hex AC 4 E4 19 62 0 B 11D 61 2D
Octal 254 4 344 31 142 0 13 435 141 55
Binary 10101100 100 11100100 11001 1100010 0 1011 100011101 1100001 101101

Color Harmonies of #AC04E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04E4

Black with #AC04E4

Text Example


Text Example

White with #AC04E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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