#A37DC0

Color #A37DC0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A37DC0

Tints of East Side #A37DC0

Color information

#A37DC0 (or 0xA37DC0) is unknown color: approx East Side. HEX triplet: A3, 7D and C0. RGB value is (163,125,192). Sum of RGB (Red+Green+Blue) = 163+125+192=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #A37DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DC0 is #5C823F. Grayscale: #8F8F8F. Windows color (decimal): -6062656 or 12615075. OLE color: 12615075.

HSL color Cylindrical-coordinate representation of color #A37DC0: hue angle of 274.03º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37DC0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163125192-
CMYK0.150.3500.25
HSL274.03º34.72%62.16%-
HSV(B)274.03º34.9%75.29%-
XYZ31.9526.2653.25-
YUV144155.09141.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 192 (75.39% from 255) = 40%
R=33.96%
G=26.04%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631251920.150.3500.25274.0334.7262.16
HexA37DC0F23019112233e
Octal24317530017430314224376
Binary101000111111101110000001111100011011001100010010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DC0; }

 p { color: rgb(163,125,192); }

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

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

 a { background-color: rgb(163,125,192); }

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

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

 span { border-color: rgb(163,125,192); }

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