#A2807F

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

Shades of Opium #A2807F

Tints of Opium #A2807F

Color information

#A2807F (or 0xA2807F) is unknown color: approx Opium. HEX triplet: A2, 80 and 7F. RGB value is (162,128,127). Sum of RGB (Red+Green+Blue) = 162+128+127=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2807F is #5D7F80. Grayscale: #8A8A8A. Windows color (decimal): -6127489 or 8356002. OLE color: 8356002.

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

Color convert

RGB162128127-
CMYK00.210.220.36
HSL1.71º15.84%56.67%-
HSV(B)1.71º21.6%63.53%-
XYZ26.4524.6523.44-
YUV138.05121.76145.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 127 (50% from 255) = 30.46%
R=38.85%
G=30.70%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212812700.210.220.361.7115.8456.67
HexA2807F015162421039
Octal242200177025264422071
Binary10100010100000001111111010101101101001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2807F; }

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

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

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

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

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

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

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

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