#A07F9A

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

Shades of Bouquet #A07F9A

Tints of Bouquet #A07F9A

Color information

#A07F9A (or 0xA07F9A) is unknown color: approx Bouquet. HEX triplet: A0, 7F and 9A. RGB value is (160,127,154). Sum of RGB (Red+Green+Blue) = 160+127+154=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F9A is #5F8065. Grayscale: #8B8B8B. Windows color (decimal): -6258790 or 10125216. OLE color: 10125216.

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

Color convert

RGB160127154-
CMYK00.210.040.37
HSL310.91º14.8%56.27%-
HSV(B)310.91º20.62%62.75%-
XYZ27.9224.9933.92-
YUV139.94135.93142.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=36.28%
G=28.80%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012715400.210.040.37310.9114.856.27
HexA07F9A015425137f38
Octal2401772320254454671770
Binary101000001111111100110100101011001001011001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F9A; }

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

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

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

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

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

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

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

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