#A27E9A

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

Shades of Bouquet #A27E9A

Tints of Bouquet #A27E9A

Color information

#A27E9A (or 0xA27E9A) is unknown color: approx Bouquet. HEX triplet: A2, 7E and 9A. RGB value is (162,126,154). Sum of RGB (Red+Green+Blue) = 162+126+154=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E9A is #5D8165. Grayscale: #8B8B8B. Windows color (decimal): -6127974 or 10124962. OLE color: 10124962.

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

Color convert

RGB162126154-
CMYK00.220.050.36
HSL313.33º16.22%56.47%-
HSV(B)313.33º22.22%63.53%-
XYZ28.1924.9433.9-
YUV139.96135.93143.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=36.65%
G=28.51%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212615400.220.050.36313.3316.2256.47
HexA27E9A0165241391038
Octal2421762320265444712070
Binary1010001011111101001101001011010110010010011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E9A; }

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

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

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

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

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

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

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

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