#A07D98

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

Shades of Bouquet #A07D98

Tints of Bouquet #A07D98

Color information

#A07D98 (or 0xA07D98) is unknown color: approx Bouquet. HEX triplet: A0, 7D and 98. RGB value is (160,125,152). Sum of RGB (Red+Green+Blue) = 160+125+152=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D98 is #5F8267. Grayscale: #8A8A8A. Windows color (decimal): -6259304 or 9993632. OLE color: 9993632.

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

Color convert

RGB160125152-
CMYK00.220.050.37
HSL313.71º15.56%55.88%-
HSV(B)313.71º21.88%62.75%-
XYZ27.524.4132.97-
YUV138.54135.6143.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=36.61%
G=28.60%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012515200.220.050.37313.7115.5655.88
HexA07D9801652513a1038
Octal2401752300265454722070
Binary1010000011111011001100001011010110010110011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D98; }

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

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

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

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

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

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

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

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