#A893AD

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

Shades of East Side #A893AD

Tints of East Side #A893AD

Color information

#A893AD (or 0xA893AD) is unknown color: approx East Side. HEX triplet: A8, 93 and AD. RGB value is (168,147,173). Sum of RGB (Red+Green+Blue) = 168+147+173=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A893AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893AD is #576C52. Grayscale: #9C9C9C. Windows color (decimal): -5729363 or 11375528. OLE color: 11375528.

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

Color convert

RGB168147173-
CMYK0.030.1500.32
HSL288.46º13.68%62.75%-
HSV(B)288.46º15.03%67.84%-
XYZ34.1232.2143.95-
YUV156.24137.46136.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=34.43%
G=30.12%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681471730.030.1500.32288.4613.6862.75
HexA893AD3F020120e3f
Octal2502232553170404401677
Binary10101000100100111010110111111101000001001000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893AD; }

 p { color: rgb(168,147,173); }

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

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

 a { background-color: rgb(168,147,173); }

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

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

 span { border-color: rgb(168,147,173); }

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