Html Css Color HEX #AA17F4 Electric Purple

📋 copy color: '#AA17F4'

red 170 ◦ green 23 ◦ blue 244

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

Shades of Electric Purple #AA17F4

Tints of Electric Purple #AA17F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.84%

R = 38.9%
G = 5.26%
B = 55.84%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA17F4 (or 0xAA17F4) is known color: Electric Purple. HEX triplet: AA, 17 and F4. RGB value is (170,23,244). Sum of RGB (Red+Green+Blue) = 170+23+244=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA17F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17F4 is #55E80B. Grayscale: #5B5B5B. Windows color (decimal): -5629964 or 15996842. OLE color: 15996842.

HSL color Cylindrical-coordinate representation of color #AA17F4: hue angle of 279.91º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA17F4 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 23 244 -
CMYK 0.30 0.91 0 0.04
HSL 279.91º 0.91% 0.52% -
HSV(B) 279.91º 0.91% 0.96% -
XYZ 33.21 15.69 86.87 -
YUV 92.15 213.7 183.53 -
System Red Green Blue C M Y K H S L
Decimal 170 23 244 0.30 0.91 0 0.04 279.91 0.91 0.52
Hex AA 17 F4 1E 5B 0 4 118 5B 34
Octal 252 27 364 36 133 0 4 430 133 64
Binary 10101010 10111 11110100 11110 1011011 0 100 100011000 1011011 110100

Color Harmonies of #AA17F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17F4

Black with #AA17F4

Text Example


Text Example

White with #AA17F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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