Html Css Color HEX #AA19FC Electric Purple

📋 copy color: '#AA19FC'

red 170 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #AA19FC

Tints of Electric Purple #AA19FC

RGB

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

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

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

R = 38.03%
G = 5.59%
B = 56.38%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA19FC (or 0xAA19FC) is known color: Electric Purple. HEX triplet: AA, 19 and FC. RGB value is (170,25,252). Sum of RGB (Red+Green+Blue) = 170+25+252=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA19FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FC is #55E603. Grayscale: #5D5D5D. Windows color (decimal): -5629444 or 16521642. OLE color: 16521642.

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

Color convert

RGB 170 25 252 -
CMYK 0.33 0.90 0 0.01
HSL 278.33º 0.97% 0.54% -
HSV(B) 278.33º 0.9% 0.99% -
XYZ 34.5 16.27 93.42 -
YUV 94.23 217.04 182.04 -
System Red Green Blue C M Y K H S L
Decimal 170 25 252 0.33 0.90 0 0.01 278.33 0.97 0.54
Hex AA 19 FC 21 5A 0 1 116 61 36
Octal 252 31 374 41 132 0 1 426 141 66
Binary 10101010 11001 11111100 100001 1011010 0 1 100010110 1100001 110110

Color Harmonies of #AA19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19FC

Black with #AA19FC

Text Example


Text Example

White with #AA19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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