#A784BF

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

Shades of East Side #A784BF

Tints of East Side #A784BF

Color information

#A784BF (or 0xA784BF) is unknown color: approx East Side. HEX triplet: A7, 84 and BF. RGB value is (167,132,191). Sum of RGB (Red+Green+Blue) = 167+132+191=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A784BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A784BF is #587B40. Grayscale: #949494. Windows color (decimal): -5798721 or 12551335. OLE color: 12551335.

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

Color convert

RGB167132191-
CMYK0.130.3100.25
HSL275.59º31.55%63.33%-
HSV(B)275.59º30.89%74.9%-
XYZ33.5928.4853.02-
YUV149.19151.6140.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 191 (75% from 255) = 38.98%
R=34.08%
G=26.94%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671321910.130.3100.25275.5931.5563.33
HexA784BFD1F019114203f
Octal24720427715370314244077
Binary101001111000010010111111110111111011001100010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A784BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A784BF; }

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

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

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

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

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

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

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

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