#A37DB8

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

Shades of East Side #A37DB8

Tints of East Side #A37DB8

Color information

#A37DB8 (or 0xA37DB8) is unknown color: approx East Side. HEX triplet: A3, 7D and B8. RGB value is (163,125,184). Sum of RGB (Red+Green+Blue) = 163+125+184=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #A37DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DB8 is #5C8247. Grayscale: #8E8E8E. Windows color (decimal): -6062664 or 12090787. OLE color: 12090787.

HSL color Cylindrical-coordinate representation of color #A37DB8: hue angle of 278.64º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A37DB8 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163125184-
CMYK0.110.3200.28
HSL278.64º29.35%60.59%-
HSV(B)278.64º32.07%72.16%-
XYZ31.0925.9148.71-
YUV143.09151.09142.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=34.53%
G=26.48%
B=38.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631251840.110.3200.28278.6429.3560.59
HexA37DB8B2001C1171d3d
Octal24317527013400344273575
Binary10100011111110110111000101110000001110010001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DB8; }

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

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

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

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

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

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

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

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