#A2847F

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

Shades of Opium #A2847F

Tints of Opium #A2847F

Color information

#A2847F (or 0xA2847F) is unknown color: approx Opium. HEX triplet: A2, 84 and 7F. RGB value is (162,132,127). Sum of RGB (Red+Green+Blue) = 162+132+127=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2847F is #5D7B80. Grayscale: #8C8C8C. Windows color (decimal): -6126465 or 8357026. OLE color: 8357026.

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

Color convert

RGB162132127-
CMYK00.190.220.36
HSL8.57º15.84%56.67%-
HSV(B)8.57º21.6%63.53%-
XYZ26.9825.7223.62-
YUV140.4120.44143.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 127 (50% from 255) = 30.17%
R=38.48%
G=31.35%
B=30.17%

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
Decimal16213212700.190.220.368.5715.8456.67
HexA2847F013162491039
Octal2422041770232644112071
Binary1010001010000100111111101001110110100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2847F; }

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

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

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

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

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

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

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

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