#A383BE

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

Shades of East Side #A383BE

Tints of East Side #A383BE

Color information

#A383BE (or 0xA383BE) is unknown color: approx East Side. HEX triplet: A3, 83 and BE. RGB value is (163,131,190). Sum of RGB (Red+Green+Blue) = 163+131+190=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A383BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383BE is #5C7C41. Grayscale: #939393. Windows color (decimal): -6061122 or 12485539. OLE color: 12485539.

HSL color Cylindrical-coordinate representation of color #A383BE: hue angle of 272.54º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A383BE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163131190-
CMYK0.140.3100.25
HSL272.54º31.22%62.94%-
HSV(B)272.54º31.05%74.51%-
XYZ32.5127.7452.36-
YUV147.29152.1139.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=33.68%
G=27.07%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631311900.140.3100.25272.5431.2262.94
HexA383BEE1F0191111f3f
Octal24320327616370314213777
Binary10100011100000111011111011101111101100110001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383BE; }

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

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

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

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

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

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

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

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