#A775A1

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

Shades of Bouquet #A775A1

Tints of Bouquet #A775A1

Color information

#A775A1 (or 0xA775A1) is unknown color: approx Bouquet. HEX triplet: A7, 75 and A1. RGB value is (167,117,161). Sum of RGB (Red+Green+Blue) = 167+117+161=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A775A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775A1 is #588A5E. Grayscale: #888888. Windows color (decimal): -5802591 or 10581415. OLE color: 10581415.

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

Color convert

RGB167117161-
CMYK00.300.040.35
HSL307.2º22.12%55.69%-
HSV(B)307.2º29.94%65.49%-
XYZ28.7323.5136.74-
YUV136.97141.56149.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=37.53%
G=26.29%
B=36.18%

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
Decimal16711716100.300.040.35307.222.1255.69
HexA775A101E4231331638
Octal2471652410364434632670
Binary1010011111101011010000101111010010001110011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775A1; }

 p { color: rgb(167,117,161); }

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

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

 a { background-color: rgb(167,117,161); }

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

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

 span { border-color: rgb(167,117,161); }

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