#A784BA

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

Shades of East Side #A784BA

Tints of East Side #A784BA

Color information

#A784BA (or 0xA784BA) is unknown color: approx East Side. HEX triplet: A7, 84 and BA. RGB value is (167,132,186). Sum of RGB (Red+Green+Blue) = 167+132+186=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A784BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A784BA is #587B45. Grayscale: #949494. Windows color (decimal): -5798726 or 12223655. OLE color: 12223655.

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

Color convert

RGB167132186-
CMYK0.100.2900.27
HSL278.89º28.12%62.35%-
HSV(B)278.89º29.03%72.94%-
XYZ33.0528.2650.17-
YUV148.62149.1141.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=34.43%
G=27.22%
B=38.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671321860.100.2900.27278.8928.1262.35
HexA784BAA1D01B1171c3e
Octal24720427212350334273476
Binary10100111100001001011101010101110101101110001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A784BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A784BA; }

 p { color: rgb(167,132,186); }

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

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

 a { background-color: rgb(167,132,186); }

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

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

 span { border-color: rgb(167,132,186); }

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