#A592AD

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

Shades of East Side #A592AD

Tints of East Side #A592AD

Color information

#A592AD (or 0xA592AD) is unknown color: approx East Side. HEX triplet: A5, 92 and AD. RGB value is (165,146,173). Sum of RGB (Red+Green+Blue) = 165+146+173=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A592AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592AD is #5A6D52. Grayscale: #9A9A9A. Windows color (decimal): -5926227 or 11375269. OLE color: 11375269.

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

Color convert

RGB165146173-
CMYK0.050.1600.32
HSL282.22º14.14%62.55%-
HSV(B)282.22º15.61%67.84%-
XYZ33.3431.5743.87-
YUV154.76138.29135.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=34.09%
G=30.17%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651461730.050.1600.32282.2214.1462.55
HexA592AD51002011ae3f
Octal2452222555200404321677
Binary1010010110010010101011011011000001000001000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592AD; }

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

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

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

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

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

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

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

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