#A07B87

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

Shades of Venus #A07B87

Tints of Venus #A07B87

Color information

#A07B87 (or 0xA07B87) is unknown color: approx Venus. HEX triplet: A0, 7B and 87. RGB value is (160,123,135). Sum of RGB (Red+Green+Blue) = 160+123+135=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B87 is #5F8478. Grayscale: #878787. Windows color (decimal): -6259833 or 8879008. OLE color: 8879008.

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

Color convert

RGB160123135-
CMYK00.230.160.37
HSL340.54º16.3%55.49%-
HSV(B)340.54º23.13%62.75%-
XYZ25.9523.3926.07-
YUV135.43127.76145.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=38.28%
G=29.43%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012313500.230.160.37340.5416.355.49
HexA07B8701710251551037
Octal24017320702720455252067
Binary101000001111011100001110101111000010010110101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B87; }

 p { color: rgb(160,123,135); }

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

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

 a { background-color: rgb(160,123,135); }

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

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

 span { border-color: rgb(160,123,135); }

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