#A67D9F

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

Shades of Bouquet #A67D9F

Tints of Bouquet #A67D9F

Color information

#A67D9F (or 0xA67D9F) is unknown color: approx Bouquet. HEX triplet: A6, 7D and 9F. RGB value is (166,125,159). Sum of RGB (Red+Green+Blue) = 166+125+159=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D9F is #598260. Grayscale: #8D8D8D. Windows color (decimal): -5866081 or 10452390. OLE color: 10452390.

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

Color convert

RGB166125159-
CMYK00.250.040.35
HSL310.24º18.72%57.06%-
HSV(B)310.24º24.7%65.1%-
XYZ29.3225.2836.13-
YUV141.14138.08145.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=36.89%
G=27.78%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612515900.250.040.35310.2418.7257.06
HexA67D9F0194231361339
Octal2461752370314434662371
Binary1010011011111011001111101100110010001110011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D9F; }

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

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

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

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

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

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

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

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