Html Css Color HEX #AA04E4 Dark Violet

📋 copy color: '#AA04E4'

red 170 ◦ green 4 ◦ blue 228

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

Shades of Dark Violet #AA04E4

Tints of Dark Violet #AA04E4

RGB

 RED value IS 170 (66.8% from 255) = 42.29%

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

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

R = 42.29%
G = 1%
B = 56.72%

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

#AA04E4 (or 0xAA04E4) is known color: Dark Violet. HEX triplet: AA, 04 and E4. RGB value is (170,4,228). Sum of RGB (Red+Green+Blue) = 170+4+228=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 228 (89.45% from 255 or 56.72% from 402); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA04E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04E4 is #55FB1B. Grayscale: #4E4E4E. Windows color (decimal): -5634844 or 14943402. OLE color: 14943402.

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

Color convert

RGB 170 4 228 -
CMYK 0.25 0.98 0 0.11
HSL 284.46º 0.97% 0.45% -
HSV(B) 284.46º 0.98% 0.89% -
XYZ 30.62 14.23 74.53 -
YUV 79.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 170 4 228 0.25 0.98 0 0.11 284.46 0.97 0.45
Hex AA 4 E4 19 62 0 B 11C 61 2D
Octal 252 4 344 31 142 0 13 434 141 55
Binary 10101010 100 11100100 11001 1100010 0 1011 100011100 1100001 101101

Color Harmonies of #AA04E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04E4

Black with #AA04E4

Text Example


Text Example

White with #AA04E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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