#A957F0

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

Shades of Medium Orchid #A957F0

Tints of Medium Orchid #A957F0

Color information

#A957F0 (or 0xA957F0) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and F0. RGB value is (169,87,240). Sum of RGB (Red+Green+Blue) = 169+87+240=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #A957F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A957F0 is #56A80F. Grayscale: #808080. Windows color (decimal): -5679120 or 15751081. OLE color: 15751081.

HSL color Cylindrical-coordinate representation of color #A957F0: hue angle of 272.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A957F0 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16987240-
CMYK0.300.6400.06
HSL272.16º83.61%64.12%-
HSV(B)272.16º63.75%94.12%-
XYZ35.521.5484.73-
YUV128.96190.67156.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 87 (34.38% from 255) = 17.54%
BLUE value IS 240 (94.14% from 255) = 48.39%
R=34.07%
G=17.54%
B=48.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal169872400.300.6400.06272.1683.6164.12
HexA957F01E40061105440
Octal2511273603610006420124100
Binary10101001101011111110000111101000000011010001000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957F0; }

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

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

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

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

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

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

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

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