Html Css Color HEX #AA05E5 Dark Violet

📋 copy color: '#AA05E5'

red 170 ◦ green 5 ◦ blue 229

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

Shades of Dark Violet #AA05E5

Tints of Dark Violet #AA05E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 42.08%
G = 1.24%
B = 56.68%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA05E5 (or 0xAA05E5) is known color: Dark Violet. HEX triplet: AA, 05 and E5. RGB value is (170,5,229). Sum of RGB (Red+Green+Blue) = 170+5+229=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA05E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05E5 is #55FA1A. Grayscale: #4F4F4F. Windows color (decimal): -5634587 or 15009194. OLE color: 15009194.

HSL color Cylindrical-coordinate representation of color #AA05E5: hue angle of 284.2º degrees, saturation: 0.96, 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 #AA05E5 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 5 229 -
CMYK 0.26 0.98 0 0.10
HSL 284.2º 0.96% 0.46% -
HSV(B) 284.2º 0.98% 0.9% -
XYZ 30.77 14.31 75.27 -
YUV 79.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 170 5 229 0.26 0.98 0 0.10 284.2 0.96 0.46
Hex AA 5 E5 1A 62 0 A 11C 60 2E
Octal 252 5 345 32 142 0 12 434 140 56
Binary 10101010 101 11100101 11010 1100010 0 1010 100011100 1100000 101110

Color Harmonies of #AA05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05E5

Black with #AA05E5

Text Example


Text Example

White with #AA05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05E5; }

 p { color: rgb(170,5,229); }

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

background-color css

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

 a { background-color: rgb(170,5,229); }

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

border-color css

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

 span { border-color: rgb(170,5,229); }

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