#A757D1

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

Shades of Medium Orchid #A757D1

Tints of Medium Orchid #A757D1

Color information

#A757D1 (or 0xA757D1) is unknown color: approx Medium Orchid. HEX triplet: A7, 57 and D1. RGB value is (167,87,209). Sum of RGB (Red+Green+Blue) = 167+87+209=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A757D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D1 is #58A82E. Grayscale: #7C7C7C. Windows color (decimal): -5810223 or 13719463. OLE color: 13719463.

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

Color convert

RGB16787209-
CMYK0.200.5800.18
HSL279.34º57.01%58.04%-
HSV(B)279.34º58.37%81.96%-
XYZ30.8519.6462.49-
YUV124.83175.5158.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=36.07%
G=18.79%
B=45.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167872090.200.5800.18279.3457.0158.04
HexA757D1143A012117393a
Octal24712732124720224277172
Binary1010011110101111101000110100111010010010100010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757D1; }

 p { color: rgb(167,87,209); }

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

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

 a { background-color: rgb(167,87,209); }

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

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

 span { border-color: rgb(167,87,209); }

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