#A07E8A

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

Shades of Venus #A07E8A

Tints of Venus #A07E8A

Color information

#A07E8A (or 0xA07E8A) is unknown color: approx Venus. HEX triplet: A0, 7E and 8A. RGB value is (160,126,138). Sum of RGB (Red+Green+Blue) = 160+126+138=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07E8A is #5F8175. Grayscale: #898989. Windows color (decimal): -6259062 or 9076384. OLE color: 9076384.

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

Color convert

RGB160126138-
CMYK00.210.140.37
HSL338.82º15.18%56.08%-
HSV(B)338.82º21.25%62.75%-
XYZ26.5524.2327.32-
YUV137.53128.26144.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=37.74%
G=29.72%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012613800.210.140.37338.8215.1856.08
HexA07E8A015E25153f38
Octal24017621202516455231770
Binary1010000011111101000101001010111101001011010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E8A; }

 p { color: rgb(160,126,138); }

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

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

 a { background-color: rgb(160,126,138); }

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

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

 span { border-color: rgb(160,126,138); }

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