Html Css Color HEX #AA00FA Electric Purple

📋 copy color: '#AA00FA'

red 170 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #AA00FA

Tints of Electric Purple #AA00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.48%
G = 0%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA00FA (or 0xAA00FA) is known color: Electric Purple. HEX triplet: AA, 00 and FA. RGB value is (170,0,250). Sum of RGB (Red+Green+Blue) = 170+0+250=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FA is #55FF05. Grayscale: #4E4E4E. Windows color (decimal): -5635846 or 16384170. OLE color: 16384170.

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

Color convert

RGB 170 0 250 -
CMYK 0.32 1 0 0.02
HSL 280.8º 1% 0.49% -
HSV(B) 280.8º 1% 0.98% -
XYZ 33.83 15.45 91.64 -
YUV 79.33 224.32 192.67 -
System Red Green Blue C M Y K H S L
Decimal 170 0 250 0.32 1 0 0.02 280.8 1 0.49
Hex AA 0 FA 20 64 0 2 119 64 31
Octal 252 0 372 40 144 0 2 431 144 61
Binary 10101010 0 11111010 100000 1100100 0 10 100011001 1100100 110001

Color Harmonies of #AA00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00FA

Black with #AA00FA

Text Example


Text Example

White with #AA00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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