Html Css Color HEX #AA1DF2 Electric Purple

📋 copy color: '#AA1DF2'

red 170 ◦ green 29 ◦ blue 242

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

Shades of Electric Purple #AA1DF2

Tints of Electric Purple #AA1DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.88%

R = 38.55%
G = 6.58%
B = 54.88%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA1DF2 (or 0xAA1DF2) is known color: Electric Purple. HEX triplet: AA, 1D and F2. RGB value is (170,29,242). Sum of RGB (Red+Green+Blue) = 170+29+242=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA1DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DF2 is #55E20D. Grayscale: #5E5E5E. Windows color (decimal): -5628430 or 15867306. OLE color: 15867306.

HSL color Cylindrical-coordinate representation of color #AA1DF2: hue angle of 279.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1DF2 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 29 242 -
CMYK 0.30 0.88 0 0.05
HSL 279.72º 0.89% 0.53% -
HSV(B) 279.72º 0.88% 0.95% -
XYZ 33.04 15.84 85.32 -
YUV 95.44 210.71 181.18 -
System Red Green Blue C M Y K H S L
Decimal 170 29 242 0.30 0.88 0 0.05 279.72 0.89 0.53
Hex AA 1D F2 1E 58 0 5 118 59 35
Octal 252 35 362 36 130 0 5 430 131 65
Binary 10101010 11101 11110010 11110 1011000 0 101 100011000 1011001 110101

Color Harmonies of #AA1DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DF2

Black with #AA1DF2

Text Example


Text Example

White with #AA1DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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