#A594B1

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

Shades of East Side #A594B1

Tints of East Side #A594B1

Color information

#A594B1 (or 0xA594B1) is unknown color: approx East Side. HEX triplet: A5, 94 and B1. RGB value is (165,148,177). Sum of RGB (Red+Green+Blue) = 165+148+177=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #A594B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594B1 is #5A6B4E. Grayscale: #9C9C9C. Windows color (decimal): -5925711 or 11637925. OLE color: 11637925.

HSL color Cylindrical-coordinate representation of color #A594B1: hue angle of 275.17º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A594B1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165148177-
CMYK0.070.1600.31
HSL275.17º15.68%63.73%-
HSV(B)275.17º16.38%69.41%-
XYZ34.0432.3546.05-
YUV156.39139.63134.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=33.67%
G=30.20%
B=36.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651481770.070.1600.31275.1715.6863.73
HexA594B171001F1131040
Octal24522426172003742320100
Binary10100101100101001011000111110000011111100010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594B1; }

 p { color: rgb(165,148,177); }

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

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

 a { background-color: rgb(165,148,177); }

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

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

 span { border-color: rgb(165,148,177); }

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