#A08FAD

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

Shades of East Side #A08FAD

Tints of East Side #A08FAD

Color information

#A08FAD (or 0xA08FAD) is unknown color: approx East Side. HEX triplet: A0, 8F and AD. RGB value is (160,143,173). Sum of RGB (Red+Green+Blue) = 160+143+173=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A08FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAD is #5F7052. Grayscale: #979797. Windows color (decimal): -6254675 or 11374496. OLE color: 11374496.

HSL color Cylindrical-coordinate representation of color #A08FAD: hue angle of 274º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08FAD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160143173-
CMYK0.080.1700.32
HSL274º15.46%61.96%-
HSV(B)274º17.34%67.84%-
XYZ31.8630.1443.67-
YUV151.5140.13134.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=33.61%
G=30.04%
B=36.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601431730.080.1700.3227415.4661.96
HexA08FAD811020112f3e
Octal24021725510210404221776
Binary10100000100011111010110110001000101000001000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FAD; }

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

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

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

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

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

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

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

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