Html Css Color HEX #AA0EFA Electric Purple

📋 copy color: '#AA0EFA'

red 170 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #AA0EFA

Tints of Electric Purple #AA0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.23%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 39.17%
G = 3.23%
B = 57.6%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA0EFA (or 0xAA0EFA) is known color: Electric Purple. HEX triplet: AA, 0E and FA. RGB value is (170,14,250). Sum of RGB (Red+Green+Blue) = 170+14+250=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EFA is #55F105. Grayscale: #565656. Windows color (decimal): -5632262 or 16387754. OLE color: 16387754.

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

Color convert

RGB 170 14 250 -
CMYK 0.32 0.94 0 0.02
HSL 279.66º 0.96% 0.52% -
HSV(B) 279.66º 0.94% 0.98% -
XYZ 33.99 15.76 91.69 -
YUV 87.55 219.68 186.81 -
System Red Green Blue C M Y K H S L
Decimal 170 14 250 0.32 0.94 0 0.02 279.66 0.96 0.52
Hex AA E FA 20 5E 0 2 118 60 34
Octal 252 16 372 40 136 0 2 430 140 64
Binary 10101010 1110 11111010 100000 1011110 0 10 100011000 1100000 110100

Color Harmonies of #AA0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EFA

Black with #AA0EFA

Text Example


Text Example

White with #AA0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EFA; }

 p { color: rgb(170,14,250); }

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

background-color css

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

 a { background-color: rgb(170,14,250); }

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

border-color css

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

 span { border-color: rgb(170,14,250); }

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