#A08CB1

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

Shades of East Side #A08CB1

Tints of East Side #A08CB1

Color information

#A08CB1 (or 0xA08CB1) is unknown color: approx East Side. HEX triplet: A0, 8C and B1. RGB value is (160,140,177). Sum of RGB (Red+Green+Blue) = 160+140+177=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #A08CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CB1 is #5F734E. Grayscale: #969696. Windows color (decimal): -6255439 or 11635872. OLE color: 11635872.

HSL color Cylindrical-coordinate representation of color #A08CB1: hue angle of 272.43º degrees, saturation: 0.19, 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 #A08CB1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160140177-
CMYK0.100.2100.31
HSL272.43º19.17%62.16%-
HSV(B)272.43º20.9%69.41%-
XYZ31.8129.445.59-
YUV150.2143.13134.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=33.54%
G=29.35%
B=37.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601401770.100.2100.31272.4319.1762.16
HexA08CB1A1501F110133e
Octal24021426112250374202376
Binary10100000100011001011000110101010101111110001000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CB1; }

 p { color: rgb(160,140,177); }

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

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

 a { background-color: rgb(160,140,177); }

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

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

 span { border-color: rgb(160,140,177); }

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