Html Css Color HEX #AA57CE Medium Orchid

📋 copy color: '#AA57CE'

red 170 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #AA57CE

Tints of Medium Orchid #AA57CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 36.72%
G = 18.79%
B = 44.49%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA57CE (or 0xAA57CE) is known color: Medium Orchid. HEX triplet: AA, 57 and CE. RGB value is (170,87,206). Sum of RGB (Red+Green+Blue) = 170+87+206=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CE is #55A831. Grayscale: #7C7C7C. Windows color (decimal): -5613618 or 13522858. OLE color: 13522858.

HSL color Cylindrical-coordinate representation of color #AA57CE: hue angle of 281.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA57CE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 87 206 -
CMYK 0.17 0.58 0 0.19
HSL 281.85º 0.55% 0.57% -
HSV(B) 281.85º 0.58% 0.81% -
XYZ 31.13 19.82 60.58 -
YUV 125.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 170 87 206 0.17 0.58 0 0.19 281.85 0.55 0.57
Hex AA 57 CE 11 3A 0 13 11A 37 39
Octal 252 127 316 21 72 0 23 432 67 71
Binary 10101010 1010111 11001110 10001 111010 0 10011 100011010 110111 111001

Color Harmonies of #AA57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57CE

Black with #AA57CE

Text Example


Text Example

White with #AA57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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