#A484BE

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

Shades of East Side #A484BE

Tints of East Side #A484BE

Color information

#A484BE (or 0xA484BE) is unknown color: approx East Side. HEX triplet: A4, 84 and BE. RGB value is (164,132,190). Sum of RGB (Red+Green+Blue) = 164+132+190=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A484BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484BE is #5B7B41. Grayscale: #939393. Windows color (decimal): -5995330 or 12485796. OLE color: 12485796.

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

Color convert

RGB164132190-
CMYK0.140.3100.25
HSL273.1º30.85%63.14%-
HSV(B)273.1º30.53%74.51%-
XYZ32.8628.1152.41-
YUV148.18151.6139.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=33.74%
G=27.16%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641321900.140.3100.25273.130.8563.14
HexA484BEE1F0191111f3f
Octal24420427616370314213777
Binary10100100100001001011111011101111101100110001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484BE; }

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

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

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

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

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

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

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

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