#A680A1

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

Shades of Bouquet #A680A1

Tints of Bouquet #A680A1

Color information

#A680A1 (or 0xA680A1) is unknown color: approx Bouquet. HEX triplet: A6, 80 and A1. RGB value is (166,128,161). Sum of RGB (Red+Green+Blue) = 166+128+161=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A680A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680A1 is #597F5E. Grayscale: #8F8F8F. Windows color (decimal): -5865311 or 10584230. OLE color: 10584230.

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

Color convert

RGB166128161-
CMYK00.230.030.35
HSL307.89º17.59%57.65%-
HSV(B)307.89º22.89%65.1%-
XYZ29.8826.1237.18-
YUV143.12138.09144.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=36.48%
G=28.13%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612816100.230.030.35307.8917.5957.65
HexA680A1017323134123a
Octal2462002410273434642272
Binary1010011010000000101000010101111110001110011010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680A1; }

 p { color: rgb(166,128,161); }

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

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

 a { background-color: rgb(166,128,161); }

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

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

 span { border-color: rgb(166,128,161); }

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