#A956D1

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

Shades of Medium Orchid #A956D1

Tints of Medium Orchid #A956D1

Color information

#A956D1 (or 0xA956D1) is unknown color: approx Medium Orchid. HEX triplet: A9, 56 and D1. RGB value is (169,86,209). Sum of RGB (Red+Green+Blue) = 169+86+209=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #A956D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956D1 is #56A92E. Grayscale: #7C7C7C. Windows color (decimal): -5679407 or 13719209. OLE color: 13719209.

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

Color convert

RGB16986209-
CMYK0.190.5900.18
HSL280.49º57.21%57.84%-
HSV(B)280.49º58.85%81.96%-
XYZ31.219.6962.48-
YUV124.84175.5159.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=36.42%
G=18.53%
B=45.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169862090.190.5900.18280.4957.2157.84
HexA956D1133B012118393a
Octal25112632123730224307172
Binary1010100110101101101000110011111011010010100011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956D1; }

 p { color: rgb(169,86,209); }

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

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

 a { background-color: rgb(169,86,209); }

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

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

 span { border-color: rgb(169,86,209); }

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