#A27D9E

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

Shades of Bouquet #A27D9E

Tints of Bouquet #A27D9E

Color information

#A27D9E (or 0xA27D9E) is unknown color: approx Bouquet. HEX triplet: A2, 7D and 9E. RGB value is (162,125,158). Sum of RGB (Red+Green+Blue) = 162+125+158=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D9E is #5D8261. Grayscale: #8B8B8B. Windows color (decimal): -6128226 or 10386850. OLE color: 10386850.

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

Color convert

RGB162125158-
CMYK00.230.020.36
HSL306.49º16.59%56.27%-
HSV(B)306.49º22.84%63.53%-
XYZ28.4124.8235.64-
YUV139.82138.26143.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=36.40%
G=28.09%
B=35.51%

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
Decimal16212515800.230.020.36306.4916.5956.27
HexA27D9E0172241321138
Octal2421752360272444622170
Binary101000101111101100111100101111010010010011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D9E; }

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

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

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

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

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

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

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

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