#A95DCD

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

Shades of Medium Orchid #A95DCD

Tints of Medium Orchid #A95DCD

Color information

#A95DCD (or 0xA95DCD) is unknown color: approx Medium Orchid. HEX triplet: A9, 5D and CD. RGB value is (169,93,205). Sum of RGB (Red+Green+Blue) = 169+93+205=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DCD is #56A232. Grayscale: #808080. Windows color (decimal): -5677619 or 13458857. OLE color: 13458857.

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

Color convert

RGB16993205-
CMYK0.180.5500.20
HSL280.71º52.83%58.43%-
HSV(B)280.71º54.63%80.39%-
XYZ31.320.6760.1-
YUV128.49171.18156.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=36.19%
G=19.91%
B=43.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169932050.180.5500.20280.7152.8358.43
HexA95DCD1237014119353a
Octal25113531522670244316572
Binary1010100110111011100110110010110111010100100011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DCD; }

 p { color: rgb(169,93,205); }

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

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

 a { background-color: rgb(169,93,205); }

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

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

 span { border-color: rgb(169,93,205); }

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