#A08BB4

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

Shades of East Side #A08BB4

Tints of East Side #A08BB4

Color information

#A08BB4 (or 0xA08BB4) is unknown color: approx East Side. HEX triplet: A0, 8B and B4. RGB value is (160,139,180). Sum of RGB (Red+Green+Blue) = 160+139+180=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #A08BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BB4 is #5F744B. Grayscale: #959595. Windows color (decimal): -6255692 or 11832224. OLE color: 11832224.

HSL color Cylindrical-coordinate representation of color #A08BB4: hue angle of 270.73º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08BB4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160139180-
CMYK0.110.2300.29
HSL270.73º21.47%62.55%-
HSV(B)270.73º22.78%70.59%-
XYZ31.9729.2347.14-
YUV149.95144.96135.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=33.40%
G=29.02%
B=37.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601391800.110.2300.29270.7321.4762.55
HexA08BB4B1701D10f153f
Octal24021326413270354172577
Binary10100000100010111011010010111011101110110000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BB4; }

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

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

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

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

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

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

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

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