#A2807D

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

Shades of Opium #A2807D

Tints of Opium #A2807D

Color information

#A2807D (or 0xA2807D) is unknown color: approx Opium. HEX triplet: A2, 80 and 7D. RGB value is (162,128,125). Sum of RGB (Red+Green+Blue) = 162+128+125=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2807D is #5D7F82. Grayscale: #898989. Windows color (decimal): -6127491 or 8224930. OLE color: 8224930.

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

Color convert

RGB162128125-
CMYK00.210.230.36
HSL4.86º16.59%56.27%-
HSV(B)4.86º22.84%63.53%-
XYZ26.3224.622.76-
YUV137.82120.76145.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=39.04%
G=30.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212812500.210.230.364.8616.5956.27
HexA2807D015172451138
Octal242200175025274452170
Binary101000101000000011111010101011011110010010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2807D; }

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

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

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

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

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

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

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

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