Html Css Color HEX #AA04E1 Dark Violet

📋 copy color: '#AA04E1'

red 170 ◦ green 4 ◦ blue 225

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

Shades of Dark Violet #AA04E1

Tints of Dark Violet #AA04E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.39%

R = 42.61%
G = 1%
B = 56.39%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA04E1 (or 0xAA04E1) is known color: Dark Violet. HEX triplet: AA, 04 and E1. RGB value is (170,4,225). Sum of RGB (Red+Green+Blue) = 170+4+225=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA04E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04E1 is #55FB1E. Grayscale: #4E4E4E. Windows color (decimal): -5634847 or 14746794. OLE color: 14746794.

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

Color convert

RGB 170 4 225 -
CMYK 0.24 0.98 0 0.12
HSL 285.07º 0.97% 0.45% -
HSV(B) 285.07º 0.98% 0.88% -
XYZ 30.21 14.07 72.36 -
YUV 78.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 170 4 225 0.24 0.98 0 0.12 285.07 0.97 0.45
Hex AA 4 E1 18 62 0 C 11D 61 2D
Octal 252 4 341 30 142 0 14 435 141 55
Binary 10101010 100 11100001 11000 1100010 0 1100 100011101 1100001 101101

Color Harmonies of #AA04E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04E1

Black with #AA04E1

Text Example


Text Example

White with #AA04E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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