#A382BA

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

Shades of East Side #A382BA

Tints of East Side #A382BA

Color information

#A382BA (or 0xA382BA) is unknown color: approx East Side. HEX triplet: A3, 82 and BA. RGB value is (163,130,186). Sum of RGB (Red+Green+Blue) = 163+130+186=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #A382BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382BA is #5C7D45. Grayscale: #929292. Windows color (decimal): -6061382 or 12223139. OLE color: 12223139.

HSL color Cylindrical-coordinate representation of color #A382BA: hue angle of 275.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A382BA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163130186-
CMYK0.120.3000.27
HSL275.36º28.87%61.96%-
HSV(B)275.36º30.11%72.94%-
XYZ31.9527.350.04-
YUV146.25150.43139.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=34.03%
G=27.14%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631301860.120.3000.27275.3628.8761.96
HexA382BAC1E01B1131d3e
Octal24320227214360334233576
Binary10100011100000101011101011001111001101110001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382BA; }

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

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

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

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

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

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

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

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