#A08BAF

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

Shades of East Side #A08BAF

Tints of East Side #A08BAF

Color information

#A08BAF (or 0xA08BAF) is unknown color: approx East Side. HEX triplet: A0, 8B and AF. RGB value is (160,139,175). Sum of RGB (Red+Green+Blue) = 160+139+175=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08BAF is #5F7450. Grayscale: #959595. Windows color (decimal): -6255697 or 11504544. OLE color: 11504544.

HSL color Cylindrical-coordinate representation of color #A08BAF: hue angle of 275º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08BAF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160139175-
CMYK0.090.2100.31
HSL275º18.37%61.57%-
HSV(B)275º20.57%68.63%-
XYZ31.4729.0344.5-
YUV149.38142.46135.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=33.76%
G=29.32%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601391750.090.2100.3127518.3761.57
HexA08BAF91501F113123e
Octal24021325711250374232276
Binary10100000100010111010111110011010101111110001001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BAF; }

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

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

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

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

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

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

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

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