#A95ECD

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

Shades of Medium Orchid #A95ECD

Tints of Medium Orchid #A95ECD

Color information

#A95ECD (or 0xA95ECD) is unknown color: approx Medium Orchid. HEX triplet: A9, 5E and CD. RGB value is (169,94,205). Sum of RGB (Red+Green+Blue) = 169+94+205=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ECD is #56A132. Grayscale: #808080. Windows color (decimal): -5677363 or 13459113. OLE color: 13459113.

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

Color convert

RGB16994205-
CMYK0.180.5400.20
HSL280.54º52.61%58.63%-
HSV(B)280.54º54.15%80.39%-
XYZ31.3820.8560.13-
YUV129.08170.85156.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=36.11%
G=20.09%
B=43.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169942050.180.5400.20280.5452.6158.63
HexA95ECD1236014119353b
Octal25113631522660244316573
Binary1010100110111101100110110010110110010100100011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95ECD; }

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

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

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

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

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

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

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

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