Html Css Color HEX #AA08FE Electric Purple

📋 copy color: '#AA08FE'

red 170 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #AA08FE

Tints of Electric Purple #AA08FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 39.35%
G = 1.85%
B = 58.8%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA08FE (or 0xAA08FE) is known color: Electric Purple. HEX triplet: AA, 08 and FE. RGB value is (170,8,254). Sum of RGB (Red+Green+Blue) = 170+8+254=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08FE is #55F701. Grayscale: #535353. Windows color (decimal): -5633794 or 16648362. OLE color: 16648362.

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

Color convert

RGB 170 8 254 -
CMYK 0.33 0.97 0 0.00
HSL 279.51º 0.99% 0.51% -
HSV(B) 279.51º 0.97% 1% -
XYZ 34.55 15.88 95.01 -
YUV 84.48 223.67 189 -
System Red Green Blue C M Y K H S L
Decimal 170 8 254 0.33 0.97 0 0.00 279.51 0.99 0.51
Hex AA 8 FE 21 61 0 0 118 63 33
Octal 252 10 376 41 141 0 0 430 143 63
Binary 10101010 1000 11111110 100001 1100001 0 0 100011000 1100011 110011

Color Harmonies of #AA08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08FE

Black with #AA08FE

Text Example


Text Example

White with #AA08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08FE; }

 p { color: rgb(170,8,254); }

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

background-color css

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

 a { background-color: rgb(170,8,254); }

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

border-color css

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

 span { border-color: rgb(170,8,254); }

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