#A8809B

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

Shades of Bouquet #A8809B

Tints of Bouquet #A8809B

Color information

#A8809B (or 0xA8809B) is unknown color: approx Bouquet. HEX triplet: A8, 80 and 9B. RGB value is (168,128,155). Sum of RGB (Red+Green+Blue) = 168+128+155=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A8809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8809B is #577F64. Grayscale: #8E8E8E. Windows color (decimal): -5734245 or 10191016. OLE color: 10191016.

HSL color Cylindrical-coordinate representation of color #A8809B: hue angle of 319.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8809B is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168128155-
CMYK00.240.080.34
HSL319.5º18.69%58.04%-
HSV(B)319.5º23.81%65.88%-
XYZ29.7826.1334.48-
YUV143.04134.75145.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=37.25%
G=28.38%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812815500.240.080.34319.518.6958.04
HexA8809B018822140133a
Octal25020023303010425002372
Binary101010001000000010011011011000100010001010100000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8809B; }

 p { color: rgb(168,128,155); }

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

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

 a { background-color: rgb(168,128,155); }

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

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

 span { border-color: rgb(168,128,155); }

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