#A592B3

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

Shades of East Side #A592B3

Tints of East Side #A592B3

Color information

#A592B3 (or 0xA592B3) is unknown color: approx East Side. HEX triplet: A5, 92 and B3. RGB value is (165,146,179). Sum of RGB (Red+Green+Blue) = 165+146+179=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #A592B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592B3 is #5A6D4C. Grayscale: #9B9B9B. Windows color (decimal): -5926221 or 11768485. OLE color: 11768485.

HSL color Cylindrical-coordinate representation of color #A592B3: hue angle of 274.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A592B3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165146179-
CMYK0.080.1800.30
HSL274.55º17.84%63.73%-
HSV(B)274.55º18.44%70.2%-
XYZ33.9331.8147-
YUV155.44141.29134.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=33.67%
G=29.80%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651461790.080.1800.30274.5517.8463.73
HexA592B381201E1131240
Octal245222263102203642322100
Binary101001011001001010110011100010010011110100010011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592B3; }

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

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

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

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

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

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

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

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