#A2847E

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

Shades of Opium #A2847E

Tints of Opium #A2847E

Color information

#A2847E (or 0xA2847E) is unknown color: approx Opium. HEX triplet: A2, 84 and 7E. RGB value is (162,132,126). Sum of RGB (Red+Green+Blue) = 162+132+126=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2847E is #5D7B81. Grayscale: #8C8C8C. Windows color (decimal): -6126466 or 8291490. OLE color: 8291490.

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

Color convert

RGB162132126-
CMYK00.190.220.36
HSL10º16.22%56.47%-
HSV(B)10º22.22%63.53%-
XYZ26.9225.6923.28-
YUV140.29119.94143.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 126 (49.61% from 255) = 30%
R=38.57%
G=31.43%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213212600.190.220.361016.2256.47
HexA2847E0131624a1038
Octal2422041760232644122070
Binary1010001010000100111111001001110110100100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2847E; }

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

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

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

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

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

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

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

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