#A492AB

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

Shades of East Side #A492AB

Tints of East Side #A492AB

Color information

#A492AB (or 0xA492AB) is unknown color: approx East Side. HEX triplet: A4, 92 and AB. RGB value is (164,146,171). Sum of RGB (Red+Green+Blue) = 164+146+171=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #A492AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492AB is #5B6D54. Grayscale: #9A9A9A. Windows color (decimal): -5991765 or 11244196. OLE color: 11244196.

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

Color convert

RGB164146171-
CMYK0.040.1500.33
HSL283.2º12.95%62.16%-
HSV(B)283.2º14.62%67.06%-
XYZ32.9431.3942.85-
YUV154.23137.46134.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=34.10%
G=30.35%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641461710.040.1500.33283.212.9562.16
HexA492AB4F02111bd3e
Octal2442222534170414331576
Binary101001001001001010101011100111101000011000110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492AB; }

 p { color: rgb(164,146,171); }

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

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

 a { background-color: rgb(164,146,171); }

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

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

 span { border-color: rgb(164,146,171); }

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