Html Css Color HEX #AA57FF Medium Purple

📋 copy color: '#AA57FF'

red 170 ◦ green 87 ◦ blue 255

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

Shades of Medium Purple #AA57FF

Tints of Medium Purple #AA57FF

RGB

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

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

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

R = 33.2%
G = 16.99%
B = 49.8%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA57FF (or 0xAA57FF) is known color: Medium Purple. HEX triplet: AA, 57 and FF. RGB value is (170,87,255). Sum of RGB (Red+Green+Blue) = 170+87+255=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57FF is #55A800. Grayscale: #828282. Windows color (decimal): -5613569 or 16734122. OLE color: 16734122.

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

Color convert

RGB 170 87 255 -
CMYK 0.33 0.66 0 0
HSL 269.64º 1% 0.67% -
HSV(B) 269.64º 0.66% 1% -
XYZ 38.04 22.58 96.96 -
YUV 130.97 198 155.84 -
System Red Green Blue C M Y K H S L
Decimal 170 87 255 0.33 0.66 0 0 269.64 1 0.67
Hex AA 57 FF 21 42 0 0 10E 64 43
Octal 252 127 377 41 102 0 0 416 144 103
Binary 10101010 1010111 11111111 100001 1000010 0 0 100001110 1100100 1000011

Color Harmonies of #AA57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57FF

Black with #AA57FF

Text Example


Text Example

White with #AA57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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