Html Css Color HEX #AA1DFF Electric Purple

📋 copy color: '#AA1DFF'

red 170 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #AA1DFF

Tints of Electric Purple #AA1DFF

RGB

 RED value IS 170 (66.8% 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 value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA1DFF (or 0xAA1DFF) is known color: 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

RGB 170 29 255 -
CMYK 0.33 0.89 0 0
HSL 277.43º 1% 0.56% -
HSV(B) 277.43º 0.89% 1% -
XYZ 35.07 16.64 95.97 -
YUV 96.92 217.21 180.12 -
System Red Green Blue C M Y K H S L
Decimal 170 29 255 0.33 0.89 0 0 277.43 1 0.56
Hex AA 1D FF 21 59 0 0 115 64 38
Octal 252 35 377 41 131 0 0 425 144 70
Binary 10101010 11101 11111111 100001 1011001 0 0 100010101 1100100 111000

Color Harmonies of #AA1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DFF

Black with #AA1DFF

Text Example


Text Example

White with #AA1DFF

Text Example


Text Example

HTML Codes & Css Web 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>