#A27A9B

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

Shades of Bouquet #A27A9B

Tints of Bouquet #A27A9B

Color information

#A27A9B (or 0xA27A9B) is unknown color: approx Bouquet. HEX triplet: A2, 7A and 9B. RGB value is (162,122,155). Sum of RGB (Red+Green+Blue) = 162+122+155=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A9B is #5D8564. Grayscale: #898989. Windows color (decimal): -6128997 or 10189474. OLE color: 10189474.

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

Color convert

RGB162122155-
CMYK00.250.040.36
HSL310.5º17.7%55.69%-
HSV(B)310.5º24.69%63.53%-
XYZ27.7823.9734.17-
YUV137.72137.75145.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=36.90%
G=27.79%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212215500.250.040.36310.517.755.69
HexA27A9B0194241361238
Octal2421722330314444662270
Binary1010001011110101001101101100110010010010011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A9B; }

 p { color: rgb(162,122,155); }

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

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

 a { background-color: rgb(162,122,155); }

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

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

 span { border-color: rgb(162,122,155); }

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