#A492B3

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

Shades of East Side #A492B3

Tints of East Side #A492B3

Color information

#A492B3 (or 0xA492B3) is unknown color: approx East Side. HEX triplet: A4, 92 and B3. RGB value is (164,146,179). Sum of RGB (Red+Green+Blue) = 164+146+179=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A492B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492B3 is #5B6D4C. Grayscale: #9B9B9B. Windows color (decimal): -5991757 or 11768484. OLE color: 11768484.

HSL color Cylindrical-coordinate representation of color #A492B3: hue angle of 272.73º 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 #A492B3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164146179-
CMYK0.080.1800.30
HSL272.73º17.84%63.73%-
HSV(B)272.73º18.44%70.2%-
XYZ33.7331.746.99-
YUV155.14141.46134.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=33.54%
G=29.86%
B=36.61%

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
Decimal1641461790.080.1800.30272.7317.8463.73
HexA492B381201E1111240
Octal244222263102203642122100
Binary101001001001001010110011100010010011110100010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492B3; }

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

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

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

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

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

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

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

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