Html Css Color HEX #AA1DF4 Electric Purple

📋 copy color: '#AA1DF4'

red 170 ◦ green 29 ◦ blue 244

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

Shades of Electric Purple #AA1DF4

Tints of Electric Purple #AA1DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.08%

R = 38.37%
G = 6.55%
B = 55.08%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA1DF4 (or 0xAA1DF4) is known color: Electric Purple. HEX triplet: AA, 1D and F4. RGB value is (170,29,244). Sum of RGB (Red+Green+Blue) = 170+29+244=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA1DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DF4 is #55E20B. Grayscale: #5E5E5E. Windows color (decimal): -5628428 or 15998378. OLE color: 15998378.

HSL color Cylindrical-coordinate representation of color #AA1DF4: hue angle of 279.35º degrees, saturation: 0.91, 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 #AA1DF4 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 29 244 -
CMYK 0.30 0.88 0 0.04
HSL 279.35º 0.91% 0.54% -
HSV(B) 279.35º 0.88% 0.96% -
XYZ 33.35 15.96 86.91 -
YUV 95.67 211.71 181.02 -
System Red Green Blue C M Y K H S L
Decimal 170 29 244 0.30 0.88 0 0.04 279.35 0.91 0.54
Hex AA 1D F4 1E 58 0 4 117 5B 36
Octal 252 35 364 36 130 0 4 427 133 66
Binary 10101010 11101 11110100 11110 1011000 0 100 100010111 1011011 110110

Color Harmonies of #AA1DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DF4

Black with #AA1DF4

Text Example


Text Example

White with #AA1DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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