#A07399

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

Shades of Bouquet #A07399

Tints of Bouquet #A07399

Color information

#A07399 (or 0xA07399) is unknown color: approx Bouquet. HEX triplet: A0, 73 and 99. RGB value is (160,115,153). Sum of RGB (Red+Green+Blue) = 160+115+153=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A07399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07399 is #5F8C66. Grayscale: #848484. Windows color (decimal): -6261863 or 10056608. OLE color: 10056608.

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

Color convert

RGB160115153-
CMYK00.280.040.37
HSL309.33º19.15%53.92%-
HSV(B)309.33º28.12%62.75%-
XYZ26.3822.0333-
YUV132.79139.41147.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=37.38%
G=26.87%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011515300.280.040.37309.3319.1553.92
HexA0739901C4251351336
Octal2401632310344454652366
Binary1010000011100111001100101110010010010110011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07399; }

 p { color: rgb(160,115,153); }

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

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

 a { background-color: rgb(160,115,153); }

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

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

 span { border-color: rgb(160,115,153); }

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