#A27C9E

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

Shades of Bouquet #A27C9E

Tints of Bouquet #A27C9E

Color information

#A27C9E (or 0xA27C9E) is unknown color: approx Bouquet. HEX triplet: A2, 7C and 9E. RGB value is (162,124,158). Sum of RGB (Red+Green+Blue) = 162+124+158=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C9E is #5D8361. Grayscale: #8B8B8B. Windows color (decimal): -6128482 or 10386594. OLE color: 10386594.

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

Color convert

RGB162124158-
CMYK00.230.020.36
HSL306.32º16.96%56.08%-
HSV(B)306.32º23.46%63.53%-
XYZ28.2824.5735.6-
YUV139.24138.59144.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=36.49%
G=27.93%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212415800.230.020.36306.3216.9656.08
HexA27C9E0172241321138
Octal2421742360272444622170
Binary101000101111100100111100101111010010010011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C9E; }

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

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

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

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

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

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

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

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