#A382BC

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

Shades of East Side #A382BC

Tints of East Side #A382BC

Color information

#A382BC (or 0xA382BC) is unknown color: approx East Side. HEX triplet: A3, 82 and BC. RGB value is (163,130,188). Sum of RGB (Red+Green+Blue) = 163+130+188=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #A382BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382BC is #5C7D43. Grayscale: #929292. Windows color (decimal): -6061380 or 12354211. OLE color: 12354211.

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

Color convert

RGB163130188-
CMYK0.130.3100.26
HSL274.14º30.21%62.35%-
HSV(B)274.14º30.85%73.73%-
XYZ32.1627.3851.17-
YUV146.48151.43139.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=33.89%
G=27.03%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631301880.130.3100.26274.1430.2162.35
HexA382BCD1F01A1121e3e
Octal24320227415370324223676
Binary10100011100000101011110011011111101101010001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382BC; }

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

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

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

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

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

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

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

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