#A27A9F

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

Shades of Bouquet #A27A9F

Tints of Bouquet #A27A9F

Color information

#A27A9F (or 0xA27A9F) is unknown color: approx Bouquet. HEX triplet: A2, 7A and 9F. RGB value is (162,122,159). Sum of RGB (Red+Green+Blue) = 162+122+159=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A9F is #5D8560. Grayscale: #8A8A8A. Windows color (decimal): -6128993 or 10451618. OLE color: 10451618.

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

Color convert

RGB162122159-
CMYK00.250.020.36
HSL304.5º17.7%55.69%-
HSV(B)304.5º24.69%63.53%-
XYZ28.1224.135.97-
YUV138.18139.75144.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=36.57%
G=27.54%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212215900.250.020.36304.517.755.69
HexA27A9F0192241301238
Octal2421722370312444602270
Binary101000101111010100111110110011010010010011000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A9F; }

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

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

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

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

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

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

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

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