Html Css Color HEX #AA1AF5 Electric Purple

📋 copy color: '#AA1AF5'

red 170 ◦ green 26 ◦ blue 245

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

Shades of Electric Purple #AA1AF5

Tints of Electric Purple #AA1AF5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.9%

 BLUE value IS 245 (96.09% from 255) = 55.56%

R = 38.55%
G = 5.9%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA1AF5 (or 0xAA1AF5) is known color: Electric Purple. HEX triplet: AA, 1A and F5. RGB value is (170,26,245). Sum of RGB (Red+Green+Blue) = 170+26+245=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA1AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1AF5 is #55E50A. Grayscale: #5D5D5D. Windows color (decimal): -5629195 or 16063146. OLE color: 16063146.

HSL color Cylindrical-coordinate representation of color #AA1AF5: hue angle of 279.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1AF5 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 26 245 -
CMYK 0.31 0.89 0 0.04
HSL 279.45º 0.92% 0.53% -
HSV(B) 279.45º 0.89% 0.96% -
XYZ 33.43 15.88 87.69 -
YUV 94.02 213.21 182.19 -
System Red Green Blue C M Y K H S L
Decimal 170 26 245 0.31 0.89 0 0.04 279.45 0.92 0.53
Hex AA 1A F5 1F 59 0 4 117 5C 35
Octal 252 32 365 37 131 0 4 427 134 65
Binary 10101010 11010 11110101 11111 1011001 0 100 100010111 1011100 110101

Color Harmonies of #AA1AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AF5

Black with #AA1AF5

Text Example


Text Example

White with #AA1AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AF5; }

 p { color: rgb(170,26,245); }

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

background-color css

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

 a { background-color: rgb(170,26,245); }

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

border-color css

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

 span { border-color: rgb(170,26,245); }

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