#A37A98

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

Shades of Bouquet #A37A98

Tints of Bouquet #A37A98

Color information

#A37A98 (or 0xA37A98) is unknown color: approx Bouquet. HEX triplet: A3, 7A and 98. RGB value is (163,122,152). Sum of RGB (Red+Green+Blue) = 163+122+152=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A98 is #5C8567. Grayscale: #898989. Windows color (decimal): -6063464 or 9992867. OLE color: 9992867.

HSL color Cylindrical-coordinate representation of color #A37A98: hue angle of 316.1º 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 #A37A98 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB163122152-
CMYK00.250.070.36
HSL316.1º18.22%55.88%-
HSV(B)316.1º25.15%63.92%-
XYZ27.7323.9732.87-
YUV137.68136.08146.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=37.30%
G=27.92%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312215200.250.070.36316.118.2255.88
HexA37A9801972413c1238
Octal2431722300317444742270
Binary1010001111110101001100001100111110010010011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A98; }

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

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

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

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

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

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

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

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