#A180B6

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

Shades of East Side #A180B6

Tints of East Side #A180B6

Color information

#A180B6 (or 0xA180B6) is unknown color: approx East Side. HEX triplet: A1, 80 and B6. RGB value is (161,128,182). Sum of RGB (Red+Green+Blue) = 161+128+182=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #A180B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180B6 is #5E7F49. Grayscale: #8F8F8F. Windows color (decimal): -6192970 or 11960481. OLE color: 11960481.

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

Color convert

RGB161128182-
CMYK0.120.3000.29
HSL276.67º27%60.78%-
HSV(B)276.67º29.67%71.37%-
XYZ30.8626.3947.72-
YUV144.02149.43140.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=34.18%
G=27.18%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611281820.120.3000.29276.672760.78
HexA180B6C1E01D1151b3d
Octal24120026614360354253375
Binary10100001100000001011011011001111001110110001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180B6; }

 p { color: rgb(161,128,182); }

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

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

 a { background-color: rgb(161,128,182); }

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

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

 span { border-color: rgb(161,128,182); }

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