#A957DC

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

Shades of Medium Orchid #A957DC

Tints of Medium Orchid #A957DC

Color information

#A957DC (or 0xA957DC) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and DC. RGB value is (169,87,220). Sum of RGB (Red+Green+Blue) = 169+87+220=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #A957DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957DC is #56A823. Grayscale: #7E7E7E. Windows color (decimal): -5679140 or 14440361. OLE color: 14440361.

HSL color Cylindrical-coordinate representation of color #A957DC: hue angle of 276.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A957DC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16987220-
CMYK0.230.6000.14
HSL276.99º65.52%60.2%-
HSV(B)276.99º60.45%86.27%-
XYZ32.6920.4269.93-
YUV126.68180.67158.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 87 (34.38% from 255) = 18.28%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=35.50%
G=18.28%
B=46.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169872200.230.6000.14276.9965.5260.2
HexA957DC173C0E115423c
Octal251127334277401642510274
Binary1010100110101111101110010111111100011101000101011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957DC; }

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

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

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

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

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

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

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

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