#A384BA

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

Shades of East Side #A384BA

Tints of East Side #A384BA

Color information

#A384BA (or 0xA384BA) is unknown color: approx East Side. HEX triplet: A3, 84 and BA. RGB value is (163,132,186). Sum of RGB (Red+Green+Blue) = 163+132+186=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A384BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384BA is #5C7B45. Grayscale: #939393. Windows color (decimal): -6060870 or 12223651. OLE color: 12223651.

HSL color Cylindrical-coordinate representation of color #A384BA: hue angle of 274.44º 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 #A384BA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163132186-
CMYK0.120.2900.27
HSL274.44º28.12%62.35%-
HSV(B)274.44º29.03%72.94%-
XYZ32.2227.8350.13-
YUV147.42149.77139.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=33.89%
G=27.44%
B=38.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631321860.120.2900.27274.4428.1262.35
HexA384BAC1D01B1121c3e
Octal24320427214350334223476
Binary10100011100001001011101011001110101101110001001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384BA; }

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

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

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

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

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

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

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

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