Html Css Color HEX #AA19FE Electric Purple

📋 copy color: '#AA19FE'

red 170 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #AA19FE

Tints of Electric Purple #AA19FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 37.86%
G = 5.57%
B = 56.57%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA19FE (or 0xAA19FE) is known color: Electric Purple. HEX triplet: AA, 19 and FE. RGB value is (170,25,254). Sum of RGB (Red+Green+Blue) = 170+25+254=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FE is #55E601. Grayscale: #5D5D5D. Windows color (decimal): -5629442 or 16652714. OLE color: 16652714.

HSL color Cylindrical-coordinate representation of color #AA19FE: hue angle of 277.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA19FE is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 25 254 -
CMYK 0.33 0.90 0 0.00
HSL 277.99º 0.99% 0.55% -
HSV(B) 277.99º 0.9% 1% -
XYZ 34.81 16.4 95.1 -
YUV 94.46 218.04 181.88 -
System Red Green Blue C M Y K H S L
Decimal 170 25 254 0.33 0.90 0 0.00 277.99 0.99 0.55
Hex AA 19 FE 21 5A 0 0 116 63 37
Octal 252 31 376 41 132 0 0 426 143 67
Binary 10101010 11001 11111110 100001 1011010 0 0 100010110 1100011 110111

Color Harmonies of #AA19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19FE

Black with #AA19FE

Text Example


Text Example

White with #AA19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19FE; }

 p { color: rgb(170,25,254); }

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

background-color css

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

 a { background-color: rgb(170,25,254); }

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

border-color css

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

 span { border-color: rgb(170,25,254); }

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