#A07F93

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

Shades of Bouquet #A07F93

Tints of Bouquet #A07F93

Color information

#A07F93 (or 0xA07F93) is unknown color: approx Bouquet. HEX triplet: A0, 7F and 93. RGB value is (160,127,147). Sum of RGB (Red+Green+Blue) = 160+127+147=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F93 is #5F806C. Grayscale: #8B8B8B. Windows color (decimal): -6258797 or 9666464. OLE color: 9666464.

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

Color convert

RGB160127147-
CMYK00.210.080.37
HSL323.64º14.8%56.27%-
HSV(B)323.64º20.62%62.75%-
XYZ27.3524.7630.94-
YUV139.15132.43142.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=36.87%
G=29.26%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012714700.210.080.37323.6414.856.27
HexA07F93015825144f38
Octal24017722302510455041770
Binary1010000011111111001001101010110001001011010001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F93; }

 p { color: rgb(160,127,147); }

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

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

 a { background-color: rgb(160,127,147); }

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

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

 span { border-color: rgb(160,127,147); }

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