Html Css Color HEX #AA16F9 Electric Purple

📋 copy color: '#AA16F9'

red 170 ◦ green 22 ◦ blue 249

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

Shades of Electric Purple #AA16F9

Tints of Electric Purple #AA16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.99%

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

R = 38.55%
G = 4.99%
B = 56.46%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA16F9 (or 0xAA16F9) is known color: Electric Purple. HEX triplet: AA, 16 and F9. RGB value is (170,22,249). Sum of RGB (Red+Green+Blue) = 170+22+249=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA16F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16F9 is #55E906. Grayscale: #5B5B5B. Windows color (decimal): -5630215 or 16324266. OLE color: 16324266.

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

Color convert

RGB 170 22 249 -
CMYK 0.32 0.91 0 0.02
HSL 279.12º 0.95% 0.53% -
HSV(B) 279.12º 0.91% 0.98% -
XYZ 33.96 15.96 90.91 -
YUV 92.13 216.53 183.54 -
System Red Green Blue C M Y K H S L
Decimal 170 22 249 0.32 0.91 0 0.02 279.12 0.95 0.53
Hex AA 16 F9 20 5B 0 2 117 5F 35
Octal 252 26 371 40 133 0 2 427 137 65
Binary 10101010 10110 11111001 100000 1011011 0 10 100010111 1011111 110101

Color Harmonies of #AA16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16F9

Black with #AA16F9

Text Example


Text Example

White with #AA16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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