Html Css Color HEX #AA57E5 Medium Orchid

📋 copy color: '#AA57E5'

red 170 ◦ green 87 ◦ blue 229

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

Shades of Medium Orchid #AA57E5

Tints of Medium Orchid #AA57E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 34.98%
G = 17.9%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA57E5 (or 0xAA57E5) is known color: Medium Orchid. HEX triplet: AA, 57 and E5. RGB value is (170,87,229). Sum of RGB (Red+Green+Blue) = 170+87+229=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA57E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57E5 is #55A81A. Grayscale: #7F7F7F. Windows color (decimal): -5613595 or 15030186. OLE color: 15030186.

HSL color Cylindrical-coordinate representation of color #AA57E5: hue angle of 275.07º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA57E5 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 87 229 -
CMYK 0.26 0.62 0 0.10
HSL 275.07º 0.73% 0.62% -
HSV(B) 275.07º 0.62% 0.9% -
XYZ 34.13 21.02 76.39 -
YUV 128.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 170 87 229 0.26 0.62 0 0.10 275.07 0.73 0.62
Hex AA 57 E5 1A 3E 0 A 113 49 3E
Octal 252 127 345 32 76 0 12 423 111 76
Binary 10101010 1010111 11100101 11010 111110 0 1010 100010011 1001001 111110

Color Harmonies of #AA57E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57E5

Black with #AA57E5

Text Example


Text Example

White with #AA57E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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