#A957E6

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

Shades of Medium Orchid #A957E6

Tints of Medium Orchid #A957E6

Color information

#A957E6 (or 0xA957E6) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and E6. RGB value is (169,87,230). Sum of RGB (Red+Green+Blue) = 169+87+230=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #A957E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A957E6 is #56A819. Grayscale: #7F7F7F. Windows color (decimal): -5679130 or 15095721. OLE color: 15095721.

HSL color Cylindrical-coordinate representation of color #A957E6: hue angle of 274.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A957E6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16987230-
CMYK0.270.6200.10
HSL274.41º74.09%62.16%-
HSV(B)274.41º62.17%90.2%-
XYZ34.0520.9677.11-
YUV127.82185.67157.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 87 (34.38% from 255) = 17.90%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=34.77%
G=17.90%
B=47.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169872300.270.6200.10274.4174.0962.16
HexA957E61B3E0A1124a3e
Octal251127346337601242211276
Binary1010100110101111110011011011111110010101000100101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957E6; }

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

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

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

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

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

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

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

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