Html Css Color HEX #AA1DF5 Electric Purple

📋 copy color: '#AA1DF5'

red 170 ◦ green 29 ◦ blue 245

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

Shades of Electric Purple #AA1DF5

Tints of Electric Purple #AA1DF5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.53%

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

R = 38.29%
G = 6.53%
B = 55.18%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA1DF5 (or 0xAA1DF5) is known color: Electric Purple. HEX triplet: AA, 1D and F5. RGB value is (170,29,245). Sum of RGB (Red+Green+Blue) = 170+29+245=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA1DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DF5 is #55E20A. Grayscale: #5F5F5F. Windows color (decimal): -5628427 or 16063914. OLE color: 16063914.

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

Color convert

RGB 170 29 245 -
CMYK 0.31 0.88 0 0.04
HSL 279.17º 0.92% 0.54% -
HSV(B) 279.17º 0.88% 0.96% -
XYZ 33.5 16.02 87.71 -
YUV 95.78 212.21 180.94 -
System Red Green Blue C M Y K H S L
Decimal 170 29 245 0.31 0.88 0 0.04 279.17 0.92 0.54
Hex AA 1D F5 1F 58 0 4 117 5C 36
Octal 252 35 365 37 130 0 4 427 134 66
Binary 10101010 11101 11110101 11111 1011000 0 100 100010111 1011100 110110

Color Harmonies of #AA1DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DF5

Black with #AA1DF5

Text Example


Text Example

White with #AA1DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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