#A957CA

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

Shades of Medium Orchid #A957CA

Tints of Medium Orchid #A957CA

Color information

#A957CA (or 0xA957CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and CA. RGB value is (169,87,202). Sum of RGB (Red+Green+Blue) = 169+87+202=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A957CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957CA is #56A835. Grayscale: #7C7C7C. Windows color (decimal): -5679158 or 13260713. OLE color: 13260713.

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

Color convert

RGB16987202-
CMYK0.160.5700.21
HSL282.78º52.04%56.67%-
HSV(B)282.78º56.93%79.22%-
XYZ30.4319.5258.04-
YUV124.63171.67159.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=36.90%
G=19.00%
B=44.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169872020.160.5700.21282.7852.0456.67
HexA957CA103901511b3439
Octal25112731220710254336471
Binary1010100110101111100101010000111001010101100011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957CA; }

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

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

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

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

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

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

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

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