Html Css Color HEX #AA10FD Electric Purple

📋 copy color: '#AA10FD'

red 170 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #AA10FD

Tints of Electric Purple #AA10FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

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

R = 38.72%
G = 3.64%
B = 57.63%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA10FD (or 0xAA10FD) is known color: Electric Purple. HEX triplet: AA, 10 and FD. RGB value is (170,16,253). Sum of RGB (Red+Green+Blue) = 170+16+253=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA10FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10FD is #55EF02. Grayscale: #585858. Windows color (decimal): -5631747 or 16584874. OLE color: 16584874.

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

Color convert

RGB 170 16 253 -
CMYK 0.33 0.94 0 0.01
HSL 278.99º 0.98% 0.53% -
HSV(B) 278.99º 0.94% 0.99% -
XYZ 34.49 16.01 94.2 -
YUV 89.06 220.52 185.73 -
System Red Green Blue C M Y K H S L
Decimal 170 16 253 0.33 0.94 0 0.01 278.99 0.98 0.53
Hex AA 10 FD 21 5E 0 1 117 62 35
Octal 252 20 375 41 136 0 1 427 142 65
Binary 10101010 10000 11111101 100001 1011110 0 1 100010111 1100010 110101

Color Harmonies of #AA10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10FD

Black with #AA10FD

Text Example


Text Example

White with #AA10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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