#A384C1

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

Shades of East Side #A384C1

Tints of East Side #A384C1

Color information

#A384C1 (or 0xA384C1) is unknown color: approx East Side. HEX triplet: A3, 84 and C1. RGB value is (163,132,193). Sum of RGB (Red+Green+Blue) = 163+132+193=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #A384C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384C1 is #5C7B3E. Grayscale: #949494. Windows color (decimal): -6060863 or 12682403. OLE color: 12682403.

HSL color Cylindrical-coordinate representation of color #A384C1: hue angle of 270.49º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A384C1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163132193-
CMYK0.160.3200.24
HSL270.49º32.97%63.73%-
HSV(B)270.49º31.61%75.69%-
XYZ32.9828.1454.15-
YUV148.22153.27138.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=33.40%
G=27.05%
B=39.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631321930.160.3200.24270.4932.9763.73
HexA384C1102001810e2140
Octal243204301204003041641100
Binary101000111000010011000001100001000000110001000011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384C1; }

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

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

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

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

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

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

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

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