Html Css Color HEX #AA16EB Electric Purple

📋 copy color: '#AA16EB'

red 170 ◦ green 22 ◦ blue 235

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

Shades of Electric Purple #AA16EB

Tints of Electric Purple #AA16EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 39.81%
G = 5.15%
B = 55.04%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA16EB (or 0xAA16EB) is known color: Electric Purple. HEX triplet: AA, 16 and EB. RGB value is (170,22,235). Sum of RGB (Red+Green+Blue) = 170+22+235=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA16EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16EB is #55E914. Grayscale: #595959. Windows color (decimal): -5630229 or 15406762. OLE color: 15406762.

HSL color Cylindrical-coordinate representation of color #AA16EB: hue angle of 281.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA16EB is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 22 235 -
CMYK 0.28 0.91 0 0.08
HSL 281.69º 0.84% 0.5% -
HSV(B) 281.69º 0.91% 0.92% -
XYZ 31.86 15.12 79.84 -
YUV 90.53 209.53 184.68 -
System Red Green Blue C M Y K H S L
Decimal 170 22 235 0.28 0.91 0 0.08 281.69 0.84 0.5
Hex AA 16 EB 1C 5B 0 8 11A 54 32
Octal 252 26 353 34 133 0 10 432 124 62
Binary 10101010 10110 11101011 11100 1011011 0 1000 100011010 1010100 110010

Color Harmonies of #AA16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16EB

Black with #AA16EB

Text Example


Text Example

White with #AA16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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