#A384BF

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

Shades of East Side #A384BF

Tints of East Side #A384BF

Color information

#A384BF (or 0xA384BF) is unknown color: approx East Side. HEX triplet: A3, 84 and BF. RGB value is (163,132,191). Sum of RGB (Red+Green+Blue) = 163+132+191=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A384BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384BF is #5C7B40. Grayscale: #939393. Windows color (decimal): -6060865 or 12551331. OLE color: 12551331.

HSL color Cylindrical-coordinate representation of color #A384BF: hue angle of 271.53º 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 #A384BF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163132191-
CMYK0.150.3100.25
HSL271.53º31.55%63.33%-
HSV(B)271.53º30.89%74.9%-
XYZ32.7628.0552.98-
YUV148152.27138.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 191 (75% from 255) = 39.30%
R=33.54%
G=27.16%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631321910.150.3100.25271.5331.5563.33
HexA384BFF1F019110203f
Octal24320427717370314204077
Binary101000111000010010111111111111111011001100010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384BF; }

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

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

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

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

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

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

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

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