#A95ECA

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

Shades of Medium Orchid #A95ECA

Tints of Medium Orchid #A95ECA

Color information

#A95ECA (or 0xA95ECA) is unknown color: approx Medium Orchid. HEX triplet: A9, 5E and CA. RGB value is (169,94,202). Sum of RGB (Red+Green+Blue) = 169+94+202=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A95ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ECA is #56A135. Grayscale: #808080. Windows color (decimal): -5677366 or 13262505. OLE color: 13262505.

HSL color Cylindrical-coordinate representation of color #A95ECA: hue angle of 281.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95ECA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16994202-
CMYK0.160.5300.21
HSL281.67º50.47%58.04%-
HSV(B)281.67º53.47%79.22%-
XYZ31.0320.758.24-
YUV128.74169.35156.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=36.34%
G=20.22%
B=43.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169942020.160.5300.21281.6750.4758.04
HexA95ECA103501511a323a
Octal25113631220650254326272
Binary1010100110111101100101010000110101010101100011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95ECA; }

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

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

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

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

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

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

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

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