#A27DA0

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

Shades of Bouquet #A27DA0

Tints of Bouquet #A27DA0

Color information

#A27DA0 (or 0xA27DA0) is unknown color: approx Bouquet. HEX triplet: A2, 7D and A0. RGB value is (162,125,160). Sum of RGB (Red+Green+Blue) = 162+125+160=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A27DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DA0 is #5D825F. Grayscale: #8B8B8B. Windows color (decimal): -6128224 or 10517922. OLE color: 10517922.

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

Color convert

RGB162125160-
CMYK00.230.010.36
HSL303.24º16.59%56.27%-
HSV(B)303.24º22.84%63.53%-
XYZ28.5824.8936.56-
YUV140.05139.26143.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=36.24%
G=27.96%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212516000.230.010.36303.2416.5956.27
HexA27DA001712412f1138
Octal2421752400271444572170
Binary10100010111110110100000010111110010010010111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DA0; }

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

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

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

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

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

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

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

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