#A37D9E

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

Shades of Bouquet #A37D9E

Tints of Bouquet #A37D9E

Color information

#A37D9E (or 0xA37D9E) is unknown color: approx Bouquet. HEX triplet: A3, 7D and 9E. RGB value is (163,125,158). Sum of RGB (Red+Green+Blue) = 163+125+158=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D9E is #5C8261. Grayscale: #8C8C8C. Windows color (decimal): -6062690 or 10386851. OLE color: 10386851.

HSL color Cylindrical-coordinate representation of color #A37D9E: hue angle of 307.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37D9E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB163125158-
CMYK00.230.030.36
HSL307.89º17.12%56.47%-
HSV(B)307.89º23.31%63.92%-
XYZ28.6124.9235.65-
YUV140.12138.09144.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=36.55%
G=28.03%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312515800.230.030.36307.8917.1256.47
HexA37D9E0173241341138
Octal2431752360273444642170
Binary101000111111101100111100101111110010010011010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D9E; }

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

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

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

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

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

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

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

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