#A382BD

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

Shades of East Side #A382BD

Tints of East Side #A382BD

Color information

#A382BD (or 0xA382BD) is unknown color: approx East Side. HEX triplet: A3, 82 and BD. RGB value is (163,130,189). Sum of RGB (Red+Green+Blue) = 163+130+189=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #A382BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382BD is #5C7D42. Grayscale: #929292. Windows color (decimal): -6061379 or 12419747. OLE color: 12419747.

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

Color convert

RGB163130189-
CMYK0.140.3100.26
HSL273.56º30.89%62.55%-
HSV(B)273.56º31.22%74.12%-
XYZ32.2727.4351.74-
YUV146.59151.93139.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=33.82%
G=26.97%
B=39.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631301890.140.3100.26273.5630.8962.55
HexA382BDE1F01A1121f3f
Octal24320227516370324223777
Binary10100011100000101011110111101111101101010001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382BD; }

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

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

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

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

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

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

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

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