#AA1DFF

Color #AA1DFF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AA1DFF

Tints of Electric Purple #AA1DFF

Color information

#AA1DFF (or 0xAA1DFF) is unknown color: approx Electric Purple. HEX triplet: AA, 1D and FF. RGB value is (170,29,255). Sum of RGB (Red+Green+Blue) = 170+29+255=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DFF is #55E200. Grayscale: #606060. Windows color (decimal): -5628417 or 16719274. OLE color: 16719274.

HSL color Cylindrical-coordinate representation of color #AA1DFF: hue angle of 277.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1DFF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17029255-
CMYK0.330.8900
HSL277.43º100%55.69%-
HSV(B)277.43º88.63%100%-
XYZ35.0716.6495.97-
YUV96.92217.21180.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 29 (11.72% from 255) = 6.39%
BLUE value IS 255 (100% from 255) = 56.17%
R=37.44%
G=6.39%
B=56.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170292550.330.8900277.4310055.69
HexAA1DFF2159001156438
Octal25235377411310042514470
Binary1010101011101111111111000011011001001000101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1DFF; }

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

 H1.HeaderClassName
 {
   color: #AA1DFF;
 }
 .AnyTagClassName
 {
   color: #AA1DFF;
 }
</style>
background-color css

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

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

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

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

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

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