Html Css Color HEX #AA07FF Electric Purple

📋 copy color: '#AA07FF'

red 170 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #AA07FF

Tints of Electric Purple #AA07FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 39.35%
G = 1.62%
B = 59.03%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA07FF (or 0xAA07FF) is known color: Electric Purple. HEX triplet: AA, 07 and FF. RGB value is (170,7,255). Sum of RGB (Red+Green+Blue) = 170+7+255=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07FF is #55F800. Grayscale: #535353. Windows color (decimal): -5634049 or 16713642. OLE color: 16713642.

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

Color convert

RGB 170 7 255 -
CMYK 0.33 0.97 0 0
HSL 279.44º 1% 0.51% -
HSV(B) 279.44º 0.97% 1% -
XYZ 34.7 15.92 95.85 -
YUV 84.01 224.5 189.33 -
System Red Green Blue C M Y K H S L
Decimal 170 7 255 0.33 0.97 0 0 279.44 1 0.51
Hex AA 7 FF 21 61 0 0 117 64 33
Octal 252 7 377 41 141 0 0 427 144 63
Binary 10101010 111 11111111 100001 1100001 0 0 100010111 1100100 110011

Color Harmonies of #AA07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07FF

Black with #AA07FF

Text Example


Text Example

White with #AA07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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