#A27B9E

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

Shades of Bouquet #A27B9E

Tints of Bouquet #A27B9E

Color information

#A27B9E (or 0xA27B9E) is unknown color: approx Bouquet. HEX triplet: A2, 7B and 9E. RGB value is (162,123,158). Sum of RGB (Red+Green+Blue) = 162+123+158=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B9E is #5D8461. Grayscale: #8A8A8A. Windows color (decimal): -6128738 or 10386338. OLE color: 10386338.

HSL color Cylindrical-coordinate representation of color #A27B9E: hue angle of 306.15º 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 #A27B9E is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162123158-
CMYK00.240.020.36
HSL306.15º17.33%55.88%-
HSV(B)306.15º24.07%63.53%-
XYZ28.1524.3235.56-
YUV138.65138.92144.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=36.57%
G=27.77%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212315800.240.020.36306.1517.3355.88
HexA27B9E0182241321138
Octal2421732360302444622170
Binary101000101111011100111100110001010010010011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B9E; }

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

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

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

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

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

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

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

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