#A07F9E

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

Shades of Bouquet #A07F9E

Tints of Bouquet #A07F9E

Color information

#A07F9E (or 0xA07F9E) is unknown color: approx Bouquet. HEX triplet: A0, 7F and 9E. RGB value is (160,127,158). Sum of RGB (Red+Green+Blue) = 160+127+158=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F9E is #5F8061. Grayscale: #8C8C8C. Windows color (decimal): -6258786 or 10387360. OLE color: 10387360.

HSL color Cylindrical-coordinate representation of color #A07F9E: hue angle of 303.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 #A07F9E is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160127158-
CMYK00.210.010.37
HSL303.64º14.8%56.27%-
HSV(B)303.64º20.62%62.75%-
XYZ28.2625.1235.71-
YUV140.4137.93141.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=35.96%
G=28.54%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012715800.210.010.37303.6414.856.27
HexA07F9E015125130f38
Octal2401772360251454601770
Binary1010000011111111001111001010111001011001100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F9E; }

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

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

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

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

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

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

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

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