Html Css Color HEX #AA16FA Electric Purple

📋 copy color: '#AA16FA'

red 170 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #AA16FA

Tints of Electric Purple #AA16FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 38.46%
G = 4.98%
B = 56.56%

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

#AA16FA (or 0xAA16FA) is known color: Electric Purple. HEX triplet: AA, 16 and FA. RGB value is (170,22,250). Sum of RGB (Red+Green+Blue) = 170+22+250=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16FA is #55E905. Grayscale: #5B5B5B. Windows color (decimal): -5630214 or 16389802. OLE color: 16389802.

HSL color Cylindrical-coordinate representation of color #AA16FA: hue angle of 278.95º degrees, saturation: 0.96, 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 #AA16FA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 22 250 -
CMYK 0.32 0.91 0 0.02
HSL 278.95º 0.96% 0.53% -
HSV(B) 278.95º 0.91% 0.98% -
XYZ 34.12 16.02 91.74 -
YUV 92.24 217.03 183.46 -
System Red Green Blue C M Y K H S L
Decimal 170 22 250 0.32 0.91 0 0.02 278.95 0.96 0.53
Hex AA 16 FA 20 5B 0 2 117 60 35
Octal 252 26 372 40 133 0 2 427 140 65
Binary 10101010 10110 11111010 100000 1011011 0 10 100010111 1100000 110101

Color Harmonies of #AA16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16FA

Black with #AA16FA

Text Example


Text Example

White with #AA16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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