#A382B0

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

Shades of East Side #A382B0

Tints of East Side #A382B0

Color information

#A382B0 (or 0xA382B0) is unknown color: approx East Side. HEX triplet: A3, 82 and B0. RGB value is (163,130,176). Sum of RGB (Red+Green+Blue) = 163+130+176=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #A382B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382B0 is #5C7D4F. Grayscale: #909090. Windows color (decimal): -6061392 or 11567779. OLE color: 11567779.

HSL color Cylindrical-coordinate representation of color #A382B0: hue angle of 283.04º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A382B0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163130176-
CMYK0.070.2600.31
HSL283.04º22.55%60%-
HSV(B)283.04º26.14%69.02%-
XYZ30.9226.8944.63-
YUV145.11145.43140.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=34.75%
G=27.72%
B=37.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631301760.070.2600.31283.0422.5560
HexA382B071A01F11b173c
Octal2432022607320374332774
Binary1010001110000010101100001111101001111110001101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382B0; }

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

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

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

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

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

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

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

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