Html Css Color HEX #AA19FD Electric Purple

📋 copy color: '#AA19FD'

red 170 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #AA19FD

Tints of Electric Purple #AA19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 37.95%
G = 5.58%
B = 56.47%

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

#AA19FD (or 0xAA19FD) is known color: Electric Purple. HEX triplet: AA, 19 and FD. RGB value is (170,25,253). Sum of RGB (Red+Green+Blue) = 170+25+253=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA19FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FD is #55E602. Grayscale: #5D5D5D. Windows color (decimal): -5629443 or 16587178. OLE color: 16587178.

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

Color convert

RGB 170 25 253 -
CMYK 0.33 0.90 0 0.01
HSL 278.16º 0.98% 0.55% -
HSV(B) 278.16º 0.9% 0.99% -
XYZ 34.65 16.33 94.25 -
YUV 94.35 217.54 181.96 -
System Red Green Blue C M Y K H S L
Decimal 170 25 253 0.33 0.90 0 0.01 278.16 0.98 0.55
Hex AA 19 FD 21 5A 0 1 116 62 37
Octal 252 31 375 41 132 0 1 426 142 67
Binary 10101010 11001 11111101 100001 1011010 0 1 100010110 1100010 110111

Color Harmonies of #AA19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19FD

Black with #AA19FD

Text Example


Text Example

White with #AA19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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