#A27C9A

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

Shades of Bouquet #A27C9A

Tints of Bouquet #A27C9A

Color information

#A27C9A (or 0xA27C9A) is unknown color: approx Bouquet. HEX triplet: A2, 7C and 9A. RGB value is (162,124,154). Sum of RGB (Red+Green+Blue) = 162+124+154=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C9A is #5D8365. Grayscale: #8A8A8A. Windows color (decimal): -6128486 or 10124450. OLE color: 10124450.

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

Color convert

RGB162124154-
CMYK00.230.050.36
HSL312.63º16.96%56.08%-
HSV(B)312.63º23.46%63.53%-
XYZ27.9424.4333.81-
YUV138.78136.59144.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 154 (60.55% from 255) = 35%
R=36.82%
G=28.18%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212415400.230.050.36312.6316.9656.08
HexA27C9A0175241391138
Octal2421742320275444712170
Binary1010001011111001001101001011110110010010011100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C9A; }

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

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

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

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

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

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

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

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