#A08BAE

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

Shades of East Side #A08BAE

Tints of East Side #A08BAE

Color information

#A08BAE (or 0xA08BAE) is unknown color: approx East Side. HEX triplet: A0, 8B and AE. RGB value is (160,139,174). Sum of RGB (Red+Green+Blue) = 160+139+174=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A08BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08BAE is #5F7451. Grayscale: #959595. Windows color (decimal): -6255698 or 11439008. OLE color: 11439008.

HSL color Cylindrical-coordinate representation of color #A08BAE: hue angle of 276º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08BAE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160139174-
CMYK0.080.2000.32
HSL276º17.77%61.37%-
HSV(B)276º20.11%68.24%-
XYZ31.3728.9943.99-
YUV149.27141.96135.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=33.83%
G=29.39%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601391740.080.2000.3227617.7761.37
HexA08BAE814020114123d
Octal24021325610240404242275
Binary101000001000101110101110100010100010000010001010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BAE; }

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

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

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

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

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

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

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

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