#A390B4

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

Shades of East Side #A390B4

Tints of East Side #A390B4

Color information

#A390B4 (or 0xA390B4) is unknown color: approx East Side. HEX triplet: A3, 90 and B4. RGB value is (163,144,180). Sum of RGB (Red+Green+Blue) = 163+144+180=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #A390B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390B4 is #5C6F4B. Grayscale: #999999. Windows color (decimal): -6057804 or 11833507. OLE color: 11833507.

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

Color convert

RGB163144180-
CMYK0.090.200.29
HSL271.67º19.35%63.53%-
HSV(B)271.67º20%70.59%-
XYZ33.3231.0347.41-
YUV153.78142.79134.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=33.47%
G=29.57%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631441800.090.200.29271.6719.3563.53
HexA390B491401D1101340
Octal243220264112403542023100
Binary101000111001000010110100100110100011101100010000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390B4; }

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

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

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

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

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

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

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

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