#A484C0

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

Shades of East Side #A484C0

Tints of East Side #A484C0

Color information

#A484C0 (or 0xA484C0) is unknown color: approx East Side. HEX triplet: A4, 84 and C0. RGB value is (164,132,192). Sum of RGB (Red+Green+Blue) = 164+132+192=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #A484C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484C0 is #5B7B3F. Grayscale: #949494. Windows color (decimal): -5995328 or 12616868. OLE color: 12616868.

HSL color Cylindrical-coordinate representation of color #A484C0: hue angle of 272º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A484C0 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164132192-
CMYK0.150.3100.25
HSL272º32.26%63.53%-
HSV(B)272º31.25%75.29%-
XYZ33.0828.253.57-
YUV148.41152.6139.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=33.61%
G=27.05%
B=39.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641321920.150.3100.2527232.2663.53
HexA484C0F1F0191102040
Octal244204300173703142040100
Binary1010010010000100110000001111111110110011000100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484C0; }

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

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

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

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

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

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

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

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