#A1807E

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

Shades of Opium #A1807E

Tints of Opium #A1807E

Color information

#A1807E (or 0xA1807E) is unknown color: approx Opium. HEX triplet: A1, 80 and 7E. RGB value is (161,128,126). Sum of RGB (Red+Green+Blue) = 161+128+126=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807E is #5E7F81. Grayscale: #898989. Windows color (decimal): -6193026 or 8290465. OLE color: 8290465.

HSL color Cylindrical-coordinate representation of color #A1807E: hue angle of 3.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1807E is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161128126-
CMYK00.200.220.37
HSL3.43º15.7%56.27%-
HSV(B)3.43º21.74%63.14%-
XYZ26.1824.5223.09-
YUV137.64121.43144.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=38.80%
G=30.84%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112812600.200.220.373.4315.756.27
HexA1807E014162531038
Octal241200176024264532070
Binary10100001100000001111110010100101101001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1807E; }

 p { color: rgb(161,128,126); }

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

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

 a { background-color: rgb(161,128,126); }

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

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

 span { border-color: rgb(161,128,126); }

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