Html Css Color HEX #AA57CB Medium Orchid

📋 copy color: '#AA57CB'

red 170 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #AA57CB

Tints of Medium Orchid #AA57CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 36.96%
G = 18.91%
B = 44.13%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA57CB (or 0xAA57CB) is known color: Medium Orchid. HEX triplet: AA, 57 and CB. RGB value is (170,87,203). Sum of RGB (Red+Green+Blue) = 170+87+203=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CB is #55A834. Grayscale: #7C7C7C. Windows color (decimal): -5613621 or 13326250. OLE color: 13326250.

HSL color Cylindrical-coordinate representation of color #AA57CB: hue angle of 282.93º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA57CB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 87 203 -
CMYK 0.16 0.57 0 0.20
HSL 282.93º 0.53% 0.57% -
HSV(B) 282.93º 0.57% 0.8% -
XYZ 30.77 19.67 58.68 -
YUV 125.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 170 87 203 0.16 0.57 0 0.20 282.93 0.53 0.57
Hex AA 57 CB 10 39 0 14 11B 35 39
Octal 252 127 313 20 71 0 24 433 65 71
Binary 10101010 1010111 11001011 10000 111001 0 10100 100011011 110101 111001

Color Harmonies of #AA57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57CB

Black with #AA57CB

Text Example


Text Example

White with #AA57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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