#AA5BCB

Color #AA5BCB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA5BCB

Tints of Medium Orchid #AA5BCB

Color information

#AA5BCB (or 0xAA5BCB) is unknown color: approx Medium Orchid. HEX triplet: AA, 5B and CB. RGB value is (170,91,203). Sum of RGB (Red+Green+Blue) = 170+91+203=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BCB is #55A434. Grayscale: #7F7F7F. Windows color (decimal): -5612597 or 13327274. OLE color: 13327274.

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

Color convert

RGB17091203-
CMYK0.160.5500.20
HSL282.32º51.85%57.65%-
HSV(B)282.32º55.17%79.61%-
XYZ31.120.3458.79-
YUV127.39170.67158.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=36.64%
G=19.61%
B=43.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170912030.160.5500.20282.3251.8557.65
HexAA5BCB103701411a343a
Octal25213331320670244326472
Binary1010101010110111100101110000110111010100100011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BCB; }

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

 H1.HeaderClassName
 {
   color: #AA5BCB;
 }
 .AnyTagClassName
 {
   color: #AA5BCB;
 }
</style>
background-color css

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

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

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

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

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

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