#A08DAC

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

Shades of East Side #A08DAC

Tints of East Side #A08DAC

Color information

#A08DAC (or 0xA08DAC) is unknown color: approx East Side. HEX triplet: A0, 8D and AC. RGB value is (160,141,172). Sum of RGB (Red+Green+Blue) = 160+141+172=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A08DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08DAC is #5F7253. Grayscale: #969696. Windows color (decimal): -6255188 or 11308448. OLE color: 11308448.

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

Color convert

RGB160141172-
CMYK0.070.1800.33
HSL276.77º15.74%61.37%-
HSV(B)276.77º18.02%67.45%-
XYZ31.4729.543.07-
YUV150.22140.29134.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=33.83%
G=29.81%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601411720.070.1800.33276.7715.7461.37
HexA08DAC712021115103d
Octal2402152547220414252075
Binary10100000100011011010110011110010010000110001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DAC; }

 p { color: rgb(160,141,172); }

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

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

 a { background-color: rgb(160,141,172); }

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

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

 span { border-color: rgb(160,141,172); }

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