Html Css Color HEX #AA57E7 Medium Orchid

📋 copy color: '#AA57E7'

red 170 ◦ green 87 ◦ blue 231

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

Shades of Medium Orchid #AA57E7

Tints of Medium Orchid #AA57E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 34.84%
G = 17.83%
B = 47.34%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA57E7 (or 0xAA57E7) is known color: Medium Orchid. HEX triplet: AA, 57 and E7. RGB value is (170,87,231). Sum of RGB (Red+Green+Blue) = 170+87+231=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA57E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57E7 is #55A818. Grayscale: #7F7F7F. Windows color (decimal): -5613593 or 15161258. OLE color: 15161258.

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

Color convert

RGB 170 87 231 -
CMYK 0.26 0.62 0 0.09
HSL 274.58º 0.75% 0.62% -
HSV(B) 274.58º 0.62% 0.91% -
XYZ 34.41 21.13 77.87 -
YUV 128.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 170 87 231 0.26 0.62 0 0.09 274.58 0.75 0.62
Hex AA 57 E7 1A 3E 0 9 113 4B 3E
Octal 252 127 347 32 76 0 11 423 113 76
Binary 10101010 1010111 11100111 11010 111110 0 1001 100010011 1001011 111110

Color Harmonies of #AA57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57E7

Black with #AA57E7

Text Example


Text Example

White with #AA57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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