Html Css Color HEX #AA10F9 Electric Purple

📋 copy color: '#AA10F9'

red 170 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #AA10F9

Tints of Electric Purple #AA10F9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

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

R = 39.08%
G = 3.68%
B = 57.24%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA10F9 (or 0xAA10F9) is known color: Electric Purple. HEX triplet: AA, 10 and F9. RGB value is (170,16,249). Sum of RGB (Red+Green+Blue) = 170+16+249=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA10F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10F9 is #55EF06. Grayscale: #575757. Windows color (decimal): -5631751 or 16322730. OLE color: 16322730.

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

Color convert

RGB 170 16 249 -
CMYK 0.32 0.94 0 0.02
HSL 279.66º 0.95% 0.52% -
HSV(B) 279.66º 0.94% 0.98% -
XYZ 33.86 15.76 90.88 -
YUV 88.61 218.52 186.05 -
System Red Green Blue C M Y K H S L
Decimal 170 16 249 0.32 0.94 0 0.02 279.66 0.95 0.52
Hex AA 10 F9 20 5E 0 2 118 5F 34
Octal 252 20 371 40 136 0 2 430 137 64
Binary 10101010 10000 11111001 100000 1011110 0 10 100011000 1011111 110100

Color Harmonies of #AA10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10F9

Black with #AA10F9

Text Example


Text Example

White with #AA10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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