Html Css Color HEX #A6889F Bouquet

📋 copy color: '#A6889F'

red 166 ◦ green 136 ◦ blue 159

#A6889F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A6889F

Tints of Bouquet #A6889F

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 36.01%
G = 29.5%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6889F (or 0xA6889F) is known color: Bouquet. HEX triplet: A6, 88 and 9F. RGB value is (166,136,159). Sum of RGB (Red+Green+Blue) = 166+136+159=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A6889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6889F is #597760. Grayscale: #939393. Windows color (decimal): -5863265 or 10455206. OLE color: 10455206.

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

Color convert

RGB 166 136 159 -
CMYK 0 0.18 0.04 0.35
HSL 314º 0.14% 0.59% -
HSV(B) 314º 0.18% 0.65% -
XYZ 30.79 28.22 36.62 -
YUV 147.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 166 136 159 0 0.18 0.04 0.35 314 0.14 0.59
Hex A6 88 9F 0 12 4 23 13A E 3B
Octal 246 210 237 0 22 4 43 472 16 73
Binary 10100110 10001000 10011111 0 10010 100 100011 100111010 1110 111011

Color Harmonies of #A6889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6889F

Black with #A6889F

Text Example


Text Example

White with #A6889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6889F; }

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

 H1.HeaderClassName
 {
   color: #A6889F;
 }
 .AnyTagClassName
 {
   color: #A6889F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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