#A2807E

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

Shades of Opium #A2807E

Tints of Opium #A2807E

Color information

#A2807E (or 0xA2807E) is unknown color: approx Opium. HEX triplet: A2, 80 and 7E. RGB value is (162,128,126). Sum of RGB (Red+Green+Blue) = 162+128+126=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2807E is #5D7F81. Grayscale: #898989. Windows color (decimal): -6127490 or 8290466. OLE color: 8290466.

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

Color convert

RGB162128126-
CMYK00.210.220.36
HSL3.33º16.22%56.47%-
HSV(B)3.33º22.22%63.53%-
XYZ26.3924.6323.1-
YUV137.94121.26145.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=38.94%
G=30.77%
B=30.29%

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
Decimal16212812600.210.220.363.3316.2256.47
HexA2807E015162431038
Octal242200176025264432070
Binary10100010100000001111110010101101101001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2807E; }

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

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

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

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

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

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

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

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