Html Css Color HEX #AA17FC Electric Purple

📋 copy color: '#AA17FC'

red 170 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #AA17FC

Tints of Electric Purple #AA17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 38.2%
G = 5.17%
B = 56.63%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA17FC (or 0xAA17FC) is known color: Electric Purple. HEX triplet: AA, 17 and FC. RGB value is (170,23,252). Sum of RGB (Red+Green+Blue) = 170+23+252=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17FC is #55E803. Grayscale: #5C5C5C. Windows color (decimal): -5629956 or 16521130. OLE color: 16521130.

HSL color Cylindrical-coordinate representation of color #AA17FC: hue angle of 278.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA17FC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 23 252 -
CMYK 0.33 0.91 0 0.01
HSL 278.52º 0.97% 0.54% -
HSV(B) 278.52º 0.91% 0.99% -
XYZ 34.45 16.19 93.4 -
YUV 93.06 217.7 182.88 -
System Red Green Blue C M Y K H S L
Decimal 170 23 252 0.33 0.91 0 0.01 278.52 0.97 0.54
Hex AA 17 FC 21 5B 0 1 117 61 36
Octal 252 27 374 41 133 0 1 427 141 66
Binary 10101010 10111 11111100 100001 1011011 0 1 100010111 1100001 110110

Color Harmonies of #AA17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17FC

Black with #AA17FC

Text Example


Text Example

White with #AA17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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