Html Css Color HEX #AA0FFF Electric Purple

📋 copy color: '#AA0FFF'

red 170 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #AA0FFF

Tints of Electric Purple #AA0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 38.64%
G = 3.41%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA0FFF (or 0xAA0FFF) is known color: Electric Purple. HEX triplet: AA, 0F and FF. RGB value is (170,15,255). Sum of RGB (Red+Green+Blue) = 170+15+255=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFF is #55F000. Grayscale: #575757. Windows color (decimal): -5632001 or 16715690. OLE color: 16715690.

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

Color convert

RGB 170 15 255 -
CMYK 0.33 0.94 0 0
HSL 278.75º 1% 0.53% -
HSV(B) 278.75º 0.94% 1% -
XYZ 34.8 16.11 95.88 -
YUV 88.71 221.85 185.99 -
System Red Green Blue C M Y K H S L
Decimal 170 15 255 0.33 0.94 0 0 278.75 1 0.53
Hex AA F FF 21 5E 0 0 117 64 35
Octal 252 17 377 41 136 0 0 427 144 65
Binary 10101010 1111 11111111 100001 1011110 0 0 100010111 1100100 110101

Color Harmonies of #AA0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FFF

Black with #AA0FFF

Text Example


Text Example

White with #AA0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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