#A37198

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

Shades of Bouquet #A37198

Tints of Bouquet #A37198

Color information

#A37198 (or 0xA37198) is unknown color: approx Bouquet. HEX triplet: A3, 71 and 98. RGB value is (163,113,152). Sum of RGB (Red+Green+Blue) = 163+113+152=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37198 is #5C8E67. Grayscale: #848484. Windows color (decimal): -6065768 or 9990563. OLE color: 9990563.

HSL color Cylindrical-coordinate representation of color #A37198: hue angle of 313.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37198 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB163113152-
CMYK00.310.070.36
HSL313.2º21.37%54.12%-
HSV(B)313.2º30.67%63.92%-
XYZ26.6821.8632.52-
YUV132.4139.06149.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=38.08%
G=26.40%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315200.310.070.36313.221.3754.12
HexA3719801F7241391536
Octal2431612300377444712566
Binary1010001111100011001100001111111110010010011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37198; }

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

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

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

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

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

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

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

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