Html Css Color HEX #AA06FA Electric Purple

📋 copy color: '#AA06FA'

red 170 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #AA06FA

Tints of Electric Purple #AA06FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 39.91%
G = 1.41%
B = 58.69%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA06FA (or 0xAA06FA) is known color: Electric Purple. HEX triplet: AA, 06 and FA. RGB value is (170,6,250). Sum of RGB (Red+Green+Blue) = 170+6+250=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA06FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06FA is #55F905. Grayscale: #525252. Windows color (decimal): -5634310 or 16385706. OLE color: 16385706.

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

Color convert

RGB 170 6 250 -
CMYK 0.32 0.98 0 0.02
HSL 280.33º 0.96% 0.5% -
HSV(B) 280.33º 0.98% 0.98% -
XYZ 33.9 15.58 91.66 -
YUV 82.85 222.33 190.16 -
System Red Green Blue C M Y K H S L
Decimal 170 6 250 0.32 0.98 0 0.02 280.33 0.96 0.5
Hex AA 6 FA 20 62 0 2 118 60 32
Octal 252 6 372 40 142 0 2 430 140 62
Binary 10101010 110 11111010 100000 1100010 0 10 100011000 1100000 110010

Color Harmonies of #AA06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06FA

Black with #AA06FA

Text Example


Text Example

White with #AA06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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