#A6919F

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

Shades of Bouquet #A6919F

Tints of Bouquet #A6919F

Color information

#A6919F (or 0xA6919F) is unknown color: approx Bouquet. HEX triplet: A6, 91 and 9F. RGB value is (166,145,159). Sum of RGB (Red+Green+Blue) = 166+145+159=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919F is #596E60. Grayscale: #989898. Windows color (decimal): -5860961 or 10457510. OLE color: 10457510.

HSL color Cylindrical-coordinate representation of color #A6919F: hue angle of 320º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6919F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166145159-
CMYK00.130.040.35
HSL320º10.55%60.98%-
HSV(B)320º12.65%65.1%-
XYZ32.1130.8637.07-
YUV152.88131.46137.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=35.32%
G=30.85%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614515900.130.040.3532010.5560.98
HexA6919F0D423140b3d
Octal2462212370154435001375
Binary101001101001000110011111011011001000111010000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6919F; }

 p { color: rgb(166,145,159); }

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

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

 a { background-color: rgb(166,145,159); }

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

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

 span { border-color: rgb(166,145,159); }

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