#A384B4

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

Shades of East Side #A384B4

Tints of East Side #A384B4

Color information

#A384B4 (or 0xA384B4) is unknown color: approx East Side. HEX triplet: A3, 84 and B4. RGB value is (163,132,180). Sum of RGB (Red+Green+Blue) = 163+132+180=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #A384B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384B4 is #5C7B4B. Grayscale: #929292. Windows color (decimal): -6060876 or 11830435. OLE color: 11830435.

HSL color Cylindrical-coordinate representation of color #A384B4: hue angle of 278.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A384B4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163132180-
CMYK0.090.2700.29
HSL278.75º24.24%61.18%-
HSV(B)278.75º26.67%70.59%-
XYZ31.5927.5846.84-
YUV146.74146.77139.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=34.32%
G=27.79%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631321800.090.2700.29278.7524.2461.18
HexA384B491B01D117183d
Octal24320426411330354273075
Binary10100011100001001011010010011101101110110001011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384B4; }

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

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

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

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

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

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

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

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