#A757D0

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

Shades of Medium Orchid #A757D0

Tints of Medium Orchid #A757D0

Color information

#A757D0 (or 0xA757D0) is unknown color: approx Medium Orchid. HEX triplet: A7, 57 and D0. RGB value is (167,87,208). Sum of RGB (Red+Green+Blue) = 167+87+208=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A757D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D0 is #58A82F. Grayscale: #7C7C7C. Windows color (decimal): -5810224 or 13653927. OLE color: 13653927.

HSL color Cylindrical-coordinate representation of color #A757D0: hue angle of 279.67º degrees, saturation: 0.56, 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 #A757D0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16787208-
CMYK0.200.5800.18
HSL279.67º56.28%57.84%-
HSV(B)279.67º58.17%81.57%-
XYZ30.7319.5961.84-
YUV124.71175158.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=36.15%
G=18.83%
B=45.02%

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
Decimal167872080.200.5800.18279.6756.2857.84
HexA757D0143A012118383a
Octal24712732024720224307072
Binary1010011110101111101000010100111010010010100011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757D0; }

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

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

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

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

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

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

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

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