#A27B9B

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

Shades of Bouquet #A27B9B

Tints of Bouquet #A27B9B

Color information

#A27B9B (or 0xA27B9B) is unknown color: approx Bouquet. HEX triplet: A2, 7B and 9B. RGB value is (162,123,155). Sum of RGB (Red+Green+Blue) = 162+123+155=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B9B is #5D8464. Grayscale: #8A8A8A. Windows color (decimal): -6128741 or 10189730. OLE color: 10189730.

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

Color convert

RGB162123155-
CMYK00.240.040.36
HSL310.77º17.33%55.88%-
HSV(B)310.77º24.07%63.53%-
XYZ27.924.2134.21-
YUV138.31137.42144.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=36.82%
G=27.95%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212315500.240.040.36310.7717.3355.88
HexA27B9B0184241371138
Octal2421732330304444672170
Binary1010001011110111001101101100010010010010011011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B9B; }

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

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

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

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

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

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

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

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