#A27D9F

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

Shades of Bouquet #A27D9F

Tints of Bouquet #A27D9F

Color information

#A27D9F (or 0xA27D9F) is unknown color: approx Bouquet. HEX triplet: A2, 7D and 9F. RGB value is (162,125,159). Sum of RGB (Red+Green+Blue) = 162+125+159=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D9F is #5D8260. Grayscale: #8B8B8B. Windows color (decimal): -6128225 or 10452386. OLE color: 10452386.

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

Color convert

RGB162125159-
CMYK00.230.020.36
HSL304.86º16.59%56.27%-
HSV(B)304.86º22.84%63.53%-
XYZ28.4924.8536.1-
YUV139.94138.76143.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=36.32%
G=28.03%
B=35.65%

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
Decimal16212515900.230.020.36304.8616.5956.27
HexA27D9F0172241311138
Octal2421752370272444612170
Binary101000101111101100111110101111010010010011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D9F; }

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

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

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

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

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

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

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

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