Html Css Color HEX #AA57E1 Medium Orchid

📋 copy color: '#AA57E1'

red 170 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #AA57E1

Tints of Medium Orchid #AA57E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 35.27%
G = 18.05%
B = 46.68%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA57E1 (or 0xAA57E1) is known color: Medium Orchid. HEX triplet: AA, 57 and E1. RGB value is (170,87,225). Sum of RGB (Red+Green+Blue) = 170+87+225=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA57E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57E1 is #55A81E. Grayscale: #7F7F7F. Windows color (decimal): -5613599 or 14768042. OLE color: 14768042.

HSL color Cylindrical-coordinate representation of color #AA57E1: hue angle of 276.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA57E1 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 87 225 -
CMYK 0.24 0.61 0 0.12
HSL 276.09º 0.7% 0.61% -
HSV(B) 276.09º 0.61% 0.88% -
XYZ 33.58 20.8 73.48 -
YUV 127.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 170 87 225 0.24 0.61 0 0.12 276.09 0.7 0.61
Hex AA 57 E1 18 3D 0 C 114 46 3D
Octal 252 127 341 30 75 0 14 424 106 75
Binary 10101010 1010111 11100001 11000 111101 0 1100 100010100 1000110 111101

Color Harmonies of #AA57E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57E1

Black with #AA57E1

Text Example


Text Example

White with #AA57E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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