Html Css Color HEX #AA0AFE Electric Purple

📋 copy color: '#AA0AFE'

red 170 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #AA0AFE

Tints of Electric Purple #AA0AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 39.17%
G = 2.3%
B = 58.53%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA0AFE (or 0xAA0AFE) is known color: Electric Purple. HEX triplet: AA, 0A and FE. RGB value is (170,10,254). Sum of RGB (Red+Green+Blue) = 170+10+254=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AFE is #55F501. Grayscale: #545454. Windows color (decimal): -5633282 or 16648874. OLE color: 16648874.

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

Color convert

RGB 170 10 254 -
CMYK 0.33 0.96 0 0.00
HSL 279.34º 0.99% 0.52% -
HSV(B) 279.34º 0.96% 1% -
XYZ 34.58 15.92 95.02 -
YUV 85.66 223.01 188.16 -
System Red Green Blue C M Y K H S L
Decimal 170 10 254 0.33 0.96 0 0.00 279.34 0.99 0.52
Hex AA A FE 21 60 0 0 117 63 34
Octal 252 12 376 41 140 0 0 427 143 64
Binary 10101010 1010 11111110 100001 1100000 0 0 100010111 1100011 110100

Color Harmonies of #AA0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AFE

Black with #AA0AFE

Text Example


Text Example

White with #AA0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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