#A37A9F

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

Shades of Bouquet #A37A9F

Tints of Bouquet #A37A9F

Color information

#A37A9F (or 0xA37A9F) is unknown color: approx Bouquet. HEX triplet: A3, 7A and 9F. RGB value is (163,122,159). Sum of RGB (Red+Green+Blue) = 163+122+159=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A9F is #5C8560. Grayscale: #8A8A8A. Windows color (decimal): -6063457 or 10451619. OLE color: 10451619.

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

Color convert

RGB163122159-
CMYK00.250.020.36
HSL305.85º18.22%55.88%-
HSV(B)305.85º25.15%63.92%-
XYZ28.3224.2135.98-
YUV138.48139.58145.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=36.71%
G=27.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312215900.250.020.36305.8518.2255.88
HexA37A9F0192241321238
Octal2431722370312444622270
Binary101000111111010100111110110011010010010011001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A9F; }

 p { color: rgb(163,122,159); }

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

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

 a { background-color: rgb(163,122,159); }

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

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

 span { border-color: rgb(163,122,159); }

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