#A07598

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

Shades of Bouquet #A07598

Tints of Bouquet #A07598

Color information

#A07598 (or 0xA07598) is unknown color: approx Bouquet. HEX triplet: A0, 75 and 98. RGB value is (160,117,152). Sum of RGB (Red+Green+Blue) = 160+117+152=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07598 is #5F8A67. Grayscale: #858585. Windows color (decimal): -6261352 or 9991584. OLE color: 9991584.

HSL color Cylindrical-coordinate representation of color #A07598: hue angle of 311.16º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07598 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB160117152-
CMYK00.270.050.37
HSL311.16º18.45%54.31%-
HSV(B)311.16º26.88%62.75%-
XYZ26.5322.4632.64-
YUV133.85138.25146.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=37.30%
G=27.27%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011715200.270.050.37311.1618.4554.31
HexA0759801B5251371236
Octal2401652300335454672266
Binary1010000011101011001100001101110110010110011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07598; }

 p { color: rgb(160,117,152); }

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

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

 a { background-color: rgb(160,117,152); }

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

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

 span { border-color: rgb(160,117,152); }

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