#A093AB

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

Shades of East Side #A093AB

Tints of East Side #A093AB

Color information

#A093AB (or 0xA093AB) is unknown color: approx East Side. HEX triplet: A0, 93 and AB. RGB value is (160,147,171). Sum of RGB (Red+Green+Blue) = 160+147+171=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A093AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AB is #5F6C54. Grayscale: #999999. Windows color (decimal): -6253653 or 11244448. OLE color: 11244448.

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

Color convert

RGB160147171-
CMYK0.060.1400.33
HSL272.5º12.5%62.35%-
HSV(B)272.5º14.04%67.06%-
XYZ32.2831.2842.86-
YUV153.62137.81132.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=33.47%
G=30.75%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601471710.060.1400.33272.512.562.35
HexA093AB6E021110c3e
Octal2402232536160414201476
Binary101000001001001110101011110111001000011000100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093AB; }

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

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

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

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

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

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

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

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