#A781B9

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

Shades of East Side #A781B9

Tints of East Side #A781B9

Color information

#A781B9 (or 0xA781B9) is unknown color: approx East Side. HEX triplet: A7, 81 and B9. RGB value is (167,129,185). Sum of RGB (Red+Green+Blue) = 167+129+185=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #A781B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781B9 is #587E46. Grayscale: #929292. Windows color (decimal): -5799495 or 12157351. OLE color: 12157351.

HSL color Cylindrical-coordinate representation of color #A781B9: hue angle of 280.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A781B9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167129185-
CMYK0.100.3000.27
HSL280.71º28.57%61.57%-
HSV(B)280.71º30.27%72.55%-
XYZ32.5427.4249.48-
YUV146.75149.59142.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=34.72%
G=26.82%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671291850.100.3000.27280.7128.5761.57
HexA781B9A1E01B1191d3e
Octal24720127112360334313576
Binary10100111100000011011100110101111001101110001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781B9; }

 p { color: rgb(167,129,185); }

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

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

 a { background-color: rgb(167,129,185); }

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

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

 span { border-color: rgb(167,129,185); }

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