#A0868B

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

Shades of Venus #A0868B

Tints of Venus #A0868B

Color information

#A0868B (or 0xA0868B) is unknown color: approx Venus. HEX triplet: A0, 86 and 8B. RGB value is (160,134,139). Sum of RGB (Red+Green+Blue) = 160+134+139=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868B is #5F7974. Grayscale: #8E8E8E. Windows color (decimal): -6257013 or 9143968. OLE color: 9143968.

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

Color convert

RGB160134139-
CMYK00.160.130.37
HSL348.46º12.04%57.65%-
HSV(B)348.46º16.25%62.75%-
XYZ27.6826.3928.06-
YUV142.34126.11140.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=36.95%
G=30.95%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413900.160.130.37348.4612.0457.65
HexA0868B010D2515cc3a
Octal24020621302015455341472
Binary10100000100001101000101101000011011001011010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0868B; }

 p { color: rgb(160,134,139); }

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

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

 a { background-color: rgb(160,134,139); }

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

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

 span { border-color: rgb(160,134,139); }

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