#A481BE

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

Shades of East Side #A481BE

Tints of East Side #A481BE

Color information

#A481BE (or 0xA481BE) is unknown color: approx East Side. HEX triplet: A4, 81 and BE. RGB value is (164,129,190). Sum of RGB (Red+Green+Blue) = 164+129+190=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A481BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481BE is #5B7E41. Grayscale: #929292. Windows color (decimal): -5996098 or 12485028. OLE color: 12485028.

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

Color convert

RGB164129190-
CMYK0.140.3200.25
HSL274.43º31.94%62.55%-
HSV(B)274.43º32.11%74.51%-
XYZ32.4527.3152.28-
YUV146.42152.6140.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=33.95%
G=26.71%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641291900.140.3200.25274.4331.9462.55
HexA481BEE20019112203f
Octal24420127616400314224077
Binary1010010010000001101111101110100000011001100010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481BE; }

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

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

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

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

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

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

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

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