#A27998

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

Shades of Bouquet #A27998

Tints of Bouquet #A27998

Color information

#A27998 (or 0xA27998) is unknown color: approx Bouquet. HEX triplet: A2, 79 and 98. RGB value is (162,121,152). Sum of RGB (Red+Green+Blue) = 162+121+152=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A27998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27998 is #5D8667. Grayscale: #888888. Windows color (decimal): -6129256 or 9992610. OLE color: 9992610.

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

Color convert

RGB162121152-
CMYK00.250.060.36
HSL314.63º18.06%55.49%-
HSV(B)314.63º25.31%63.53%-
XYZ27.4123.6232.82-
YUV136.79136.58145.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=37.24%
G=27.82%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212115200.250.060.36314.6318.0655.49
HexA2799801962413b1237
Octal2421712300316444732267
Binary1010001011110011001100001100111010010010011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27998; }

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

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

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

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

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

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

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

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