#A592AB

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

Shades of East Side #A592AB

Tints of East Side #A592AB

Color information

#A592AB (or 0xA592AB) is unknown color: approx East Side. HEX triplet: A5, 92 and AB. RGB value is (165,146,171). Sum of RGB (Red+Green+Blue) = 165+146+171=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #A592AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592AB is #5A6D54. Grayscale: #9A9A9A. Windows color (decimal): -5926229 or 11244197. OLE color: 11244197.

HSL color Cylindrical-coordinate representation of color #A592AB: hue angle of 285.6º 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 #A592AB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165146171-
CMYK0.040.1500.33
HSL285.6º12.95%62.16%-
HSV(B)285.6º14.62%67.06%-
XYZ33.1531.542.86-
YUV154.53137.29135.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=34.23%
G=30.29%
B=35.48%

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
Decimal1651461710.040.1500.33285.612.9562.16
HexA592AB4F02111ed3e
Octal2452222534170414361576
Binary101001011001001010101011100111101000011000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592AB; }

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

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

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

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

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

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

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

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