Html Css Color HEX #AA14FF Electric Purple

📋 copy color: '#AA14FF'

red 170 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #AA14FF

Tints of Electric Purple #AA14FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 38.2%
G = 4.49%
B = 57.3%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA14FF (or 0xAA14FF) is known color: Electric Purple. HEX triplet: AA, 14 and FF. RGB value is (170,20,255). Sum of RGB (Red+Green+Blue) = 170+20+255=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14FF is #55EB00. Grayscale: #5A5A5A. Windows color (decimal): -5630721 or 16716970. OLE color: 16716970.

HSL color Cylindrical-coordinate representation of color #AA14FF: hue angle of 278.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA14FF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 20 255 -
CMYK 0.33 0.92 0 0
HSL 278.3º 1% 0.54% -
HSV(B) 278.3º 0.92% 1% -
XYZ 34.88 16.27 95.91 -
YUV 91.64 220.2 183.89 -
System Red Green Blue C M Y K H S L
Decimal 170 20 255 0.33 0.92 0 0 278.3 1 0.54
Hex AA 14 FF 21 5C 0 0 116 64 36
Octal 252 24 377 41 134 0 0 426 144 66
Binary 10101010 10100 11111111 100001 1011100 0 0 100010110 1100100 110110

Color Harmonies of #AA14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14FF

Black with #AA14FF

Text Example


Text Example

White with #AA14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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