Html Css Color HEX #AA11F9 Electric Purple

📋 copy color: '#AA11F9'

red 170 ◦ green 17 ◦ blue 249

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

Shades of Electric Purple #AA11F9

Tints of Electric Purple #AA11F9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.9%

 BLUE value IS 249 (97.66% from 255) = 57.11%

R = 38.99%
G = 3.9%
B = 57.11%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA11F9 (or 0xAA11F9) is known color: Electric Purple. HEX triplet: AA, 11 and F9. RGB value is (170,17,249). Sum of RGB (Red+Green+Blue) = 170+17+249=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA11F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11F9 is #55EE06. Grayscale: #585858. Windows color (decimal): -5631495 or 16322986. OLE color: 16322986.

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

Color convert

RGB 170 17 249 -
CMYK 0.32 0.93 0 0.02
HSL 279.57º 0.95% 0.52% -
HSV(B) 279.57º 0.93% 0.98% -
XYZ 33.88 15.79 90.88 -
YUV 89.2 218.19 185.64 -
System Red Green Blue C M Y K H S L
Decimal 170 17 249 0.32 0.93 0 0.02 279.57 0.95 0.52
Hex AA 11 F9 20 5D 0 2 118 5F 34
Octal 252 21 371 40 135 0 2 430 137 64
Binary 10101010 10001 11111001 100000 1011101 0 10 100011000 1011111 110100

Color Harmonies of #AA11F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11F9

Black with #AA11F9

Text Example


Text Example

White with #AA11F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11F9; }

 p { color: rgb(170,17,249); }

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

background-color css

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

 a { background-color: rgb(170,17,249); }

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

border-color css

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

 span { border-color: rgb(170,17,249); }

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