#A383B4

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

Shades of East Side #A383B4

Tints of East Side #A383B4

Color information

#A383B4 (or 0xA383B4) is unknown color: approx East Side. HEX triplet: A3, 83 and B4. RGB value is (163,131,180). Sum of RGB (Red+Green+Blue) = 163+131+180=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #A383B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383B4 is #5C7C4B. Grayscale: #919191. Windows color (decimal): -6061132 or 11830179. OLE color: 11830179.

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

Color convert

RGB163131180-
CMYK0.090.2700.29
HSL279.18º24.62%60.98%-
HSV(B)279.18º27.22%70.59%-
XYZ31.4627.3146.79-
YUV146.15147.1140.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=34.39%
G=27.64%
B=37.97%

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
Decimal1631311800.090.2700.29279.1824.6260.98
HexA383B491B01D117193d
Octal24320326411330354273175
Binary10100011100000111011010010011101101110110001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383B4; }

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

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

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

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

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

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

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

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