Html Css Color HEX #AA17EB Electric Purple

📋 copy color: '#AA17EB'

red 170 ◦ green 23 ◦ blue 235

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

Shades of Electric Purple #AA17EB

Tints of Electric Purple #AA17EB

RGB

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

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

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

R = 39.72%
G = 5.37%
B = 54.91%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA17EB (or 0xAA17EB) is known color: Electric Purple. HEX triplet: AA, 17 and EB. RGB value is (170,23,235). Sum of RGB (Red+Green+Blue) = 170+23+235=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17EB is #55E814. Grayscale: #5A5A5A. Windows color (decimal): -5629973 or 15407018. OLE color: 15407018.

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

Color convert

RGB 170 23 235 -
CMYK 0.28 0.90 0 0.08
HSL 281.6º 0.84% 0.51% -
HSV(B) 281.6º 0.9% 0.92% -
XYZ 31.88 15.16 79.84 -
YUV 91.12 209.2 184.26 -
System Red Green Blue C M Y K H S L
Decimal 170 23 235 0.28 0.90 0 0.08 281.6 0.84 0.51
Hex AA 17 EB 1C 5A 0 8 11A 54 33
Octal 252 27 353 34 132 0 10 432 124 63
Binary 10101010 10111 11101011 11100 1011010 0 1000 100011010 1010100 110011

Color Harmonies of #AA17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17EB

Black with #AA17EB

Text Example


Text Example

White with #AA17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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