#A383BC

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

Shades of East Side #A383BC

Tints of East Side #A383BC

Color information

#A383BC (or 0xA383BC) is unknown color: approx East Side. HEX triplet: A3, 83 and BC. RGB value is (163,131,188). Sum of RGB (Red+Green+Blue) = 163+131+188=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #A383BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383BC is #5C7C43. Grayscale: #929292. Windows color (decimal): -6061124 or 12354467. OLE color: 12354467.

HSL color Cylindrical-coordinate representation of color #A383BC: hue angle of 273.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A383BC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163131188-
CMYK0.130.3000.26
HSL273.68º29.84%62.55%-
HSV(B)273.68º30.32%73.73%-
XYZ32.327.6551.21-
YUV147.07151.1139.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=33.82%
G=27.18%
B=39.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631311880.130.3000.26273.6829.8462.55
HexA383BCD1E01A1121e3f
Octal24320327415360324223677
Binary10100011100000111011110011011111001101010001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383BC; }

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

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

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

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

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

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

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

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