#A757D9

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

Shades of Medium Orchid #A757D9

Tints of Medium Orchid #A757D9

Color information

#A757D9 (or 0xA757D9) is unknown color: approx Medium Orchid. HEX triplet: A7, 57 and D9. RGB value is (167,87,217). Sum of RGB (Red+Green+Blue) = 167+87+217=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #A757D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D9 is #58A826. Grayscale: #7D7D7D. Windows color (decimal): -5810215 or 14243751. OLE color: 14243751.

HSL color Cylindrical-coordinate representation of color #A757D9: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A757D9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16787217-
CMYK0.230.6000.15
HSL276.92º63.11%59.61%-
HSV(B)276.92º59.91%85.1%-
XYZ31.8720.0467.83-
YUV125.74179.5157.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=35.46%
G=18.47%
B=46.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167872170.230.6000.15276.9263.1159.61
HexA757D9173C0F1153f3c
Octal24712733127740174257774
Binary101001111010111110110011011111110001111100010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757D9; }

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

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

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

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

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

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

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

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