#A675A0

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

Shades of Bouquet #A675A0

Tints of Bouquet #A675A0

Color information

#A675A0 (or 0xA675A0) is unknown color: approx Bouquet. HEX triplet: A6, 75 and A0. RGB value is (166,117,160). Sum of RGB (Red+Green+Blue) = 166+117+160=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A675A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A675A0 is #598A5F. Grayscale: #888888. Windows color (decimal): -5868128 or 10515878. OLE color: 10515878.

HSL color Cylindrical-coordinate representation of color #A675A0: hue angle of 307.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A675A0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166117160-
CMYK00.300.040.35
HSL307.35º21.59%55.49%-
HSV(B)307.35º29.52%65.1%-
XYZ28.4323.3736.27-
YUV136.55141.23149-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=37.47%
G=26.41%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611716000.300.040.35307.3521.5955.49
HexA675A001E4231331637
Octal2461652400364434632667
Binary1010011011101011010000001111010010001110011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675A0; }

 p { color: rgb(166,117,160); }

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

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

 a { background-color: rgb(166,117,160); }

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

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

 span { border-color: rgb(166,117,160); }

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