#A484BA

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

Shades of East Side #A484BA

Tints of East Side #A484BA

Color information

#A484BA (or 0xA484BA) is unknown color: approx East Side. HEX triplet: A4, 84 and BA. RGB value is (164,132,186). Sum of RGB (Red+Green+Blue) = 164+132+186=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A484BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484BA is #5B7B45. Grayscale: #939393. Windows color (decimal): -5995334 or 12223652. OLE color: 12223652.

HSL color Cylindrical-coordinate representation of color #A484BA: hue angle of 275.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A484BA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164132186-
CMYK0.120.2900.27
HSL275.56º28.12%62.35%-
HSV(B)275.56º29.03%72.94%-
XYZ32.4227.9450.14-
YUV147.72149.6139.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=34.02%
G=27.39%
B=38.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641321860.120.2900.27275.5628.1262.35
HexA484BAC1D01B1141c3e
Octal24420427214350334243476
Binary10100100100001001011101011001110101101110001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484BA; }

 p { color: rgb(164,132,186); }

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

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

 a { background-color: rgb(164,132,186); }

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

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

 span { border-color: rgb(164,132,186); }

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