Html Css Color HEX #AA10FA Electric Purple

📋 copy color: '#AA10FA'

red 170 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #AA10FA

Tints of Electric Purple #AA10FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 38.99%
G = 3.67%
B = 57.34%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA10FA (or 0xAA10FA) is known color: Electric Purple. HEX triplet: AA, 10 and FA. RGB value is (170,16,250). Sum of RGB (Red+Green+Blue) = 170+16+250=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10FA is #55EF05. Grayscale: #575757. Windows color (decimal): -5631750 or 16388266. OLE color: 16388266.

HSL color Cylindrical-coordinate representation of color #AA10FA: hue angle of 279.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA10FA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 16 250 -
CMYK 0.32 0.94 0 0.02
HSL 279.49º 0.96% 0.52% -
HSV(B) 279.49º 0.94% 0.98% -
XYZ 34.02 15.82 91.7 -
YUV 88.72 219.02 185.97 -
System Red Green Blue C M Y K H S L
Decimal 170 16 250 0.32 0.94 0 0.02 279.49 0.96 0.52
Hex AA 10 FA 20 5E 0 2 117 60 34
Octal 252 20 372 40 136 0 2 427 140 64
Binary 10101010 10000 11111010 100000 1011110 0 10 100010111 1100000 110100

Color Harmonies of #AA10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10FA

Black with #AA10FA

Text Example


Text Example

White with #AA10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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