#A382B4

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

Shades of East Side #A382B4

Tints of East Side #A382B4

Color information

#A382B4 (or 0xA382B4) is unknown color: approx East Side. HEX triplet: A3, 82 and B4. RGB value is (163,130,180). Sum of RGB (Red+Green+Blue) = 163+130+180=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #A382B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382B4 is #5C7D4B. Grayscale: #919191. Windows color (decimal): -6061388 or 11829923. OLE color: 11829923.

HSL color Cylindrical-coordinate representation of color #A382B4: hue angle of 279.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A382B4 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163130180-
CMYK0.090.2800.29
HSL279.6º25%60.78%-
HSV(B)279.6º27.78%70.59%-
XYZ31.3327.0546.75-
YUV145.57147.43140.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=34.46%
G=27.48%
B=38.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631301800.090.2800.29279.62560.78
HexA382B491C01D118193d
Octal24320226411340354303175
Binary10100011100000101011010010011110001110110001100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382B4; }

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

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

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

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

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

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

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

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