#A2817F

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

Shades of Opium #A2817F

Tints of Opium #A2817F

Color information

#A2817F (or 0xA2817F) is unknown color: approx Opium. HEX triplet: A2, 81 and 7F. RGB value is (162,129,127). Sum of RGB (Red+Green+Blue) = 162+129+127=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817F is #5D7E80. Grayscale: #8A8A8A. Windows color (decimal): -6127233 or 8356258. OLE color: 8356258.

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

Color convert

RGB162129127-
CMYK00.200.220.36
HSL3.43º15.84%56.67%-
HSV(B)3.43º21.6%63.53%-
XYZ26.5824.9123.49-
YUV138.64121.43144.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 127 (50% from 255) = 30.38%
R=38.76%
G=30.86%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212912700.200.220.363.4315.8456.67
HexA2817F014162431039
Octal242201177024264432071
Binary10100010100000011111111010100101101001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2817F; }

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

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

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

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

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

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

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

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