#A957CC

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

Shades of Medium Orchid #A957CC

Tints of Medium Orchid #A957CC

Color information

#A957CC (or 0xA957CC) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and CC. RGB value is (169,87,204). Sum of RGB (Red+Green+Blue) = 169+87+204=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A957CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957CC is #56A833. Grayscale: #7C7C7C. Windows color (decimal): -5679156 or 13391785. OLE color: 13391785.

HSL color Cylindrical-coordinate representation of color #A957CC: hue angle of 282.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A957CC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16987204-
CMYK0.170.5700.2
HSL282.05º53.42%57.06%-
HSV(B)282.05º57.35%80%-
XYZ30.6719.6159.3-
YUV124.86172.67159.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=36.74%
G=18.91%
B=44.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169872040.170.5700.2282.0553.4257.06
HexA957CC113901411a3539
Octal25112731421710244326571
Binary1010100110101111100110010001111001010100100011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957CC; }

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

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

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

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

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

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

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

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