#A95DCE

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

Shades of Medium Orchid #A95DCE

Tints of Medium Orchid #A95DCE

Color information

#A95DCE (or 0xA95DCE) is unknown color: approx Medium Orchid. HEX triplet: A9, 5D and CE. RGB value is (169,93,206). Sum of RGB (Red+Green+Blue) = 169+93+206=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A95DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DCE is #56A231. Grayscale: #808080. Windows color (decimal): -5677618 or 13524393. OLE color: 13524393.

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

Color convert

RGB16993206-
CMYK0.180.5500.19
HSL280.35º53.55%58.63%-
HSV(B)280.35º54.85%80.78%-
XYZ31.4220.7260.74-
YUV128.61171.68156.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=36.11%
G=19.87%
B=44.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169932060.180.5500.19280.3553.5558.63
HexA95DCE1237013118363b
Octal25113531622670234306673
Binary1010100110111011100111010010110111010011100011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DCE; }

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

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

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

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

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

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

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

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