Html Css Color HEX #AA57FE Medium Purple

📋 copy color: '#AA57FE'

red 170 ◦ green 87 ◦ blue 254

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

Shades of Medium Purple #AA57FE

Tints of Medium Purple #AA57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.03%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 33.27%
G = 17.03%
B = 49.71%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA57FE (or 0xAA57FE) is known color: Medium Purple. HEX triplet: AA, 57 and FE. RGB value is (170,87,254). Sum of RGB (Red+Green+Blue) = 170+87+254=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57FE is #55A801. Grayscale: #828282. Windows color (decimal): -5613570 or 16668586. OLE color: 16668586.

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

Color convert

RGB 170 87 254 -
CMYK 0.33 0.66 0 0.00
HSL 269.82º 0.99% 0.67% -
HSV(B) 269.82º 0.66% 1% -
XYZ 37.88 22.52 96.12 -
YUV 130.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 170 87 254 0.33 0.66 0 0.00 269.82 0.99 0.67
Hex AA 57 FE 21 42 0 0 10E 63 43
Octal 252 127 376 41 102 0 0 416 143 103
Binary 10101010 1010111 11111110 100001 1000010 0 0 100001110 1100011 1000011

Color Harmonies of #AA57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57FE

Black with #AA57FE

Text Example


Text Example

White with #AA57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57FE; }

 p { color: rgb(170,87,254); }

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

background-color css

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

 a { background-color: rgb(170,87,254); }

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

border-color css

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

 span { border-color: rgb(170,87,254); }

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