#A27CA0

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

Shades of Bouquet #A27CA0

Tints of Bouquet #A27CA0

Color information

#A27CA0 (or 0xA27CA0) is unknown color: approx Bouquet. HEX triplet: A2, 7C and A0. RGB value is (162,124,160). Sum of RGB (Red+Green+Blue) = 162+124+160=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A27CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27CA0 is #5D835F. Grayscale: #8B8B8B. Windows color (decimal): -6128480 or 10517666. OLE color: 10517666.

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

Color convert

RGB162124160-
CMYK00.230.010.36
HSL303.16º16.96%56.08%-
HSV(B)303.16º23.46%63.53%-
XYZ28.4524.6336.51-
YUV139.47139.59144.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=36.32%
G=27.80%
B=35.87%

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
Decimal16212416000.230.010.36303.1616.9656.08
HexA27CA001712412f1138
Octal2421742400271444572170
Binary10100010111110010100000010111110010010010111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CA0; }

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

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

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

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

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

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

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

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