#A95ECE

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

Shades of Medium Orchid #A95ECE

Tints of Medium Orchid #A95ECE

Color information

#A95ECE (or 0xA95ECE) is unknown color: approx Medium Orchid. HEX triplet: A9, 5E and CE. RGB value is (169,94,206). Sum of RGB (Red+Green+Blue) = 169+94+206=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A95ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ECE is #56A131. Grayscale: #808080. Windows color (decimal): -5677362 or 13524649. OLE color: 13524649.

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

Color convert

RGB16994206-
CMYK0.180.5400.19
HSL280.18º53.33%58.82%-
HSV(B)280.18º54.37%80.78%-
XYZ31.5120.960.77-
YUV129.19171.35156.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=36.03%
G=20.04%
B=43.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169942060.180.5400.19280.1853.3358.82
HexA95ECE1236013118353b
Octal25113631622660234306573
Binary1010100110111101100111010010110110010011100011000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95ECE; }

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

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

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

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

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

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

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

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