#A781B5

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

Shades of East Side #A781B5

Tints of East Side #A781B5

Color information

#A781B5 (or 0xA781B5) is unknown color: approx East Side. HEX triplet: A7, 81 and B5. RGB value is (167,129,181). Sum of RGB (Red+Green+Blue) = 167+129+181=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #A781B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781B5 is #587E4A. Grayscale: #929292. Windows color (decimal): -5799499 or 11895207. OLE color: 11895207.

HSL color Cylindrical-coordinate representation of color #A781B5: hue angle of 283.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A781B5 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167129181-
CMYK0.080.2900.29
HSL283.85º26%60.78%-
HSV(B)283.85º28.73%70.98%-
XYZ32.1327.2547.28-
YUV146.29147.59142.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=35.01%
G=27.04%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671291810.080.2900.29283.852660.78
HexA781B581D01D11c1a3d
Octal24720126510350354343275
Binary10100111100000011011010110001110101110110001110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781B5; }

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

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

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

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

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

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

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

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