#A481BD

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

Shades of East Side #A481BD

Tints of East Side #A481BD

Color information

#A481BD (or 0xA481BD) is unknown color: approx East Side. HEX triplet: A4, 81 and BD. RGB value is (164,129,189). Sum of RGB (Red+Green+Blue) = 164+129+189=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #A481BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481BD is #5B7E42. Grayscale: #929292. Windows color (decimal): -5996099 or 12419492. OLE color: 12419492.

HSL color Cylindrical-coordinate representation of color #A481BD: hue angle of 275º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A481BD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164129189-
CMYK0.130.3200.26
HSL275º31.25%62.35%-
HSV(B)275º31.75%74.12%-
XYZ32.3527.2751.7-
YUV146.3152.1140.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=34.02%
G=26.76%
B=39.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641291890.130.3200.2627531.2562.35
HexA481BDD2001A1131f3e
Octal24420127515400324233776
Binary101001001000000110111101110110000001101010001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481BD; }

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

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

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

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

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

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

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

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