#A07C97

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

Shades of Bouquet #A07C97

Tints of Bouquet #A07C97

Color information

#A07C97 (or 0xA07C97) is unknown color: approx Bouquet. HEX triplet: A0, 7C and 97. RGB value is (160,124,151). Sum of RGB (Red+Green+Blue) = 160+124+151=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C97 is #5F8368. Grayscale: #898989. Windows color (decimal): -6259561 or 9927840. OLE color: 9927840.

HSL color Cylindrical-coordinate representation of color #A07C97: hue angle of 315º 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 #A07C97 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160124151-
CMYK00.220.060.37
HSL315º15.93%55.69%-
HSV(B)315º22.5%62.75%-
XYZ27.2924.1232.5-
YUV137.84135.43143.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=36.78%
G=28.51%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012415100.220.060.3731515.9355.69
HexA07C9701662513b1038
Octal2401742270266454732070
Binary1010000011111001001011101011011010010110011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C97; }

 p { color: rgb(160,124,151); }

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

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

 a { background-color: rgb(160,124,151); }

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

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

 span { border-color: rgb(160,124,151); }

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