Html Css Color HEX #AA07FA Electric Purple

📋 copy color: '#AA07FA'

red 170 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #AA07FA

Tints of Electric Purple #AA07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 39.81%
G = 1.64%
B = 58.55%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA07FA (or 0xAA07FA) is known color: Electric Purple. HEX triplet: AA, 07 and FA. RGB value is (170,7,250). Sum of RGB (Red+Green+Blue) = 170+7+250=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA07FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07FA is #55F805. Grayscale: #525252. Windows color (decimal): -5634054 or 16385962. OLE color: 16385962.

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

Color convert

RGB 170 7 250 -
CMYK 0.32 0.97 0 0.02
HSL 280.25º 0.96% 0.5% -
HSV(B) 280.25º 0.97% 0.98% -
XYZ 33.91 15.6 91.67 -
YUV 83.44 222 189.74 -
System Red Green Blue C M Y K H S L
Decimal 170 7 250 0.32 0.97 0 0.02 280.25 0.96 0.5
Hex AA 7 FA 20 61 0 2 118 60 32
Octal 252 7 372 40 141 0 2 430 140 62
Binary 10101010 111 11111010 100000 1100001 0 10 100011000 1100000 110010

Color Harmonies of #AA07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07FA

Black with #AA07FA

Text Example


Text Example

White with #AA07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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