Html Css Color HEX #AA14FA Electric Purple

📋 copy color: '#AA14FA'

red 170 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #AA14FA

Tints of Electric Purple #AA14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.55%

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

R = 38.64%
G = 4.55%
B = 56.82%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA14FA (or 0xAA14FA) is known color: Electric Purple. HEX triplet: AA, 14 and FA. RGB value is (170,20,250). Sum of RGB (Red+Green+Blue) = 170+20+250=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA14FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14FA is #55EB05. Grayscale: #5A5A5A. Windows color (decimal): -5630726 or 16389290. OLE color: 16389290.

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

Color convert

RGB 170 20 250 -
CMYK 0.32 0.92 0 0.02
HSL 279.13º 0.96% 0.53% -
HSV(B) 279.13º 0.92% 0.98% -
XYZ 34.08 15.95 91.72 -
YUV 91.07 217.7 184.3 -
System Red Green Blue C M Y K H S L
Decimal 170 20 250 0.32 0.92 0 0.02 279.13 0.96 0.53
Hex AA 14 FA 20 5C 0 2 117 60 35
Octal 252 24 372 40 134 0 2 427 140 65
Binary 10101010 10100 11111010 100000 1011100 0 10 100010111 1100000 110101

Color Harmonies of #AA14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14FA

Black with #AA14FA

Text Example


Text Example

White with #AA14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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