#A781B2

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

Shades of East Side #A781B2

Tints of East Side #A781B2

Color information

#A781B2 (or 0xA781B2) is unknown color: approx East Side. HEX triplet: A7, 81 and B2. RGB value is (167,129,178). Sum of RGB (Red+Green+Blue) = 167+129+178=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 178 - color contains mainly: blue. Hex color #A781B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A781B2 is #587E4D. Grayscale: #919191. Windows color (decimal): -5799502 or 11698599. OLE color: 11698599.

HSL color Cylindrical-coordinate representation of color #A781B2: hue angle of 286.53º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A781B2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167129178-
CMYK0.060.2800.30
HSL286.53º24.14%60.2%-
HSV(B)286.53º27.53%69.8%-
XYZ31.8227.1345.68-
YUV145.95146.09143.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=35.23%
G=27.22%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671291780.060.2800.30286.5324.1460.2
HexA781B261C01E11f183c
Octal2472012626340364373074
Binary1010011110000001101100101101110001111010001111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781B2; }

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

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

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

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

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

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

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

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