#A482BE

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

Shades of East Side #A482BE

Tints of East Side #A482BE

Color information

#A482BE (or 0xA482BE) is unknown color: approx East Side. HEX triplet: A4, 82 and BE. RGB value is (164,130,190). Sum of RGB (Red+Green+Blue) = 164+130+190=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A482BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482BE is #5B7D41. Grayscale: #929292. Windows color (decimal): -5995842 or 12485284. OLE color: 12485284.

HSL color Cylindrical-coordinate representation of color #A482BE: hue angle of 274º 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 #A482BE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164130190-
CMYK0.140.3200.25
HSL274º31.58%62.75%-
HSV(B)274º31.58%74.51%-
XYZ32.5927.5852.32-
YUV147.01152.26140.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=33.88%
G=26.86%
B=39.26%

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
Decimal1641301900.140.3200.2527431.5862.75
HexA482BEE20019112203f
Octal24420227616400314224077
Binary1010010010000010101111101110100000011001100010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482BE; }

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

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

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

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

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

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

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

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