Html Css Color HEX #AA00FE Electric Purple

📋 copy color: '#AA00FE'

red 170 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #AA00FE

Tints of Electric Purple #AA00FE

RGB

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

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

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

R = 40.09%
G = 0%
B = 59.91%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA00FE (or 0xAA00FE) is known color: Electric Purple. HEX triplet: AA, 00 and FE. RGB value is (170,0,254). Sum of RGB (Red+Green+Blue) = 170+0+254=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FE is #55FF01. Grayscale: #4E4E4E. Windows color (decimal): -5635842 or 16646314. OLE color: 16646314.

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

Color convert

RGB 170 0 254 -
CMYK 0.33 1 0 0.00
HSL 280.16º 1% 0.5% -
HSV(B) 280.16º 1% 1% -
XYZ 34.47 15.7 94.98 -
YUV 79.79 226.32 192.35 -
System Red Green Blue C M Y K H S L
Decimal 170 0 254 0.33 1 0 0.00 280.16 1 0.5
Hex AA 0 FE 21 64 0 0 118 64 32
Octal 252 0 376 41 144 0 0 430 144 62
Binary 10101010 0 11111110 100001 1100100 0 0 100011000 1100100 110010

Color Harmonies of #AA00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00FE

Black with #AA00FE

Text Example


Text Example

White with #AA00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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