#A382BF

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

Shades of East Side #A382BF

Tints of East Side #A382BF

Color information

#A382BF (or 0xA382BF) is unknown color: approx East Side. HEX triplet: A3, 82 and BF. RGB value is (163,130,191). Sum of RGB (Red+Green+Blue) = 163+130+191=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A382BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382BF is #5C7D40. Grayscale: #929292. Windows color (decimal): -6061377 or 12550819. OLE color: 12550819.

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

Color convert

RGB163130191-
CMYK0.150.3200.25
HSL272.46º32.28%62.94%-
HSV(B)272.46º31.94%74.9%-
XYZ32.4927.5152.89-
YUV146.82152.93139.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 191 (75% from 255) = 39.46%
R=33.68%
G=26.86%
B=39.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631301910.150.3200.25272.4632.2862.94
HexA382BFF20019110203f
Octal24320227717400314204077
Binary1010001110000010101111111111100000011001100010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382BF; }

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

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

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

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

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

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

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

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