Html Css Color HEX #AA17FA Electric Purple

📋 copy color: '#AA17FA'

red 170 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #AA17FA

Tints of Electric Purple #AA17FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.19%

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

R = 38.37%
G = 5.19%
B = 56.43%

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

#AA17FA (or 0xAA17FA) is known color: Electric Purple. HEX triplet: AA, 17 and FA. RGB value is (170,23,250). Sum of RGB (Red+Green+Blue) = 170+23+250=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA17FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17FA is #55E805. Grayscale: #5C5C5C. Windows color (decimal): -5629958 or 16390058. OLE color: 16390058.

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

Color convert

RGB 170 23 250 -
CMYK 0.32 0.91 0 0.02
HSL 278.85º 0.96% 0.54% -
HSV(B) 278.85º 0.91% 0.98% -
XYZ 34.14 16.06 91.74 -
YUV 92.83 216.7 183.04 -
System Red Green Blue C M Y K H S L
Decimal 170 23 250 0.32 0.91 0 0.02 278.85 0.96 0.54
Hex AA 17 FA 20 5B 0 2 117 60 36
Octal 252 27 372 40 133 0 2 427 140 66
Binary 10101010 10111 11111010 100000 1011011 0 10 100010111 1100000 110110

Color Harmonies of #AA17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17FA

Black with #AA17FA

Text Example


Text Example

White with #AA17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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