Html Css Color HEX #AA0AFF Electric Purple

📋 copy color: '#AA0AFF'

red 170 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #AA0AFF

Tints of Electric Purple #AA0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

 BLUE value IS 255 (100% from 255) = 58.62%

R = 39.08%
G = 2.3%
B = 58.62%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA0AFF (or 0xAA0AFF) is known color: Electric Purple. HEX triplet: AA, 0A and FF. RGB value is (170,10,255). Sum of RGB (Red+Green+Blue) = 170+10+255=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AFF is #55F500. Grayscale: #545454. Windows color (decimal): -5633281 or 16714410. OLE color: 16714410.

HSL color Cylindrical-coordinate representation of color #AA0AFF: hue angle of 279.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0AFF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 10 255 -
CMYK 0.33 0.96 0 0
HSL 279.18º 1% 0.52% -
HSV(B) 279.18º 0.96% 1% -
XYZ 34.74 15.98 95.86 -
YUV 85.77 223.51 188.08 -
System Red Green Blue C M Y K H S L
Decimal 170 10 255 0.33 0.96 0 0 279.18 1 0.52
Hex AA A FF 21 60 0 0 117 64 34
Octal 252 12 377 41 140 0 0 427 144 64
Binary 10101010 1010 11111111 100001 1100000 0 0 100010111 1100100 110100

Color Harmonies of #AA0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AFF

Black with #AA0AFF

Text Example


Text Example

White with #AA0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AFF; }

 p { color: rgb(170,10,255); }

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

background-color css

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

 a { background-color: rgb(170,10,255); }

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

border-color css

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

 span { border-color: rgb(170,10,255); }

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