Html Css Color HEX #AA1EFD Electric Purple

📋 copy color: '#AA1EFD'

red 170 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #AA1EFD

Tints of Electric Purple #AA1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.62%

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 37.53%
G = 6.62%
B = 55.85%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA1EFD (or 0xAA1EFD) is known color: Electric Purple. HEX triplet: AA, 1E and FD. RGB value is (170,30,253). Sum of RGB (Red+Green+Blue) = 170+30+253=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA1EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EFD is #55E102. Grayscale: #606060. Windows color (decimal): -5628163 or 16588458. OLE color: 16588458.

HSL color Cylindrical-coordinate representation of color #AA1EFD: hue angle of 277.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1EFD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 30 253 -
CMYK 0.33 0.88 0 0.01
HSL 277.67º 0.98% 0.55% -
HSV(B) 277.67º 0.88% 0.99% -
XYZ 34.77 16.57 94.29 -
YUV 97.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 170 30 253 0.33 0.88 0 0.01 277.67 0.98 0.55
Hex AA 1E FD 21 58 0 1 116 62 37
Octal 252 36 375 41 130 0 1 426 142 67
Binary 10101010 11110 11111101 100001 1011000 0 1 100010110 1100010 110111

Color Harmonies of #AA1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EFD

Black with #AA1EFD

Text Example


Text Example

White with #AA1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EFD; }

 p { color: rgb(170,30,253); }

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

background-color css

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

 a { background-color: rgb(170,30,253); }

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

border-color css

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

 span { border-color: rgb(170,30,253); }

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