#A27898

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

Shades of Bouquet #A27898

Tints of Bouquet #A27898

Color information

#A27898 (or 0xA27898) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 98. RGB value is (162,120,152). Sum of RGB (Red+Green+Blue) = 162+120+152=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A27898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27898 is #5D8767. Grayscale: #888888. Windows color (decimal): -6129512 or 9992354. OLE color: 9992354.

HSL color Cylindrical-coordinate representation of color #A27898: hue angle of 314.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27898 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162120152-
CMYK00.260.060.36
HSL314.29º18.42%55.29%-
HSV(B)314.29º25.93%63.53%-
XYZ27.2823.3832.78-
YUV136.21136.91146.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=37.33%
G=27.65%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015200.260.060.36314.2918.4255.29
HexA2789801A62413a1237
Octal2421702300326444722267
Binary1010001011110001001100001101011010010010011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27898; }

 p { color: rgb(162,120,152); }

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

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

 a { background-color: rgb(162,120,152); }

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

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

 span { border-color: rgb(162,120,152); }

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