Html Css Color HEX #AA13FF Electric Purple

📋 copy color: '#AA13FF'

red 170 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #AA13FF

Tints of Electric Purple #AA13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.28%

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

R = 38.29%
G = 4.28%
B = 57.43%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA13FF (or 0xAA13FF) is known color: Electric Purple. HEX triplet: AA, 13 and FF. RGB value is (170,19,255). Sum of RGB (Red+Green+Blue) = 170+19+255=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA13FF is #55EC00. Grayscale: #5A5A5A. Windows color (decimal): -5630977 or 16716714. OLE color: 16716714.

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

Color convert

RGB 170 19 255 -
CMYK 0.33 0.93 0 0
HSL 278.39º 1% 0.54% -
HSV(B) 278.39º 0.93% 1% -
XYZ 34.86 16.23 95.9 -
YUV 91.05 220.53 184.31 -
System Red Green Blue C M Y K H S L
Decimal 170 19 255 0.33 0.93 0 0 278.39 1 0.54
Hex AA 13 FF 21 5D 0 0 116 64 36
Octal 252 23 377 41 135 0 0 426 144 66
Binary 10101010 10011 11111111 100001 1011101 0 0 100010110 1100100 110110

Color Harmonies of #AA13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13FF

Black with #AA13FF

Text Example


Text Example

White with #AA13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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