#A08FAB

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

Shades of East Side #A08FAB

Tints of East Side #A08FAB

Color information

#A08FAB (or 0xA08FAB) is unknown color: approx East Side. HEX triplet: A0, 8F and AB. RGB value is (160,143,171). Sum of RGB (Red+Green+Blue) = 160+143+171=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A08FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAB is #5F7054. Grayscale: #979797. Windows color (decimal): -6254677 or 11243424. OLE color: 11243424.

HSL color Cylindrical-coordinate representation of color #A08FAB: hue angle of 276.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08FAB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160143171-
CMYK0.060.1600.33
HSL276.43º14.29%61.57%-
HSV(B)276.43º16.37%67.06%-
XYZ31.6730.0642.66-
YUV151.27139.13134.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=33.76%
G=30.17%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601431710.060.1600.33276.4314.2961.57
HexA08FAB610021114e3e
Octal2402172536200414241676
Binary1010000010001111101010111101000001000011000101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FAB; }

 p { color: rgb(160,143,171); }

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

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

 a { background-color: rgb(160,143,171); }

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

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

 span { border-color: rgb(160,143,171); }

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