#A182BD

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

Shades of East Side #A182BD

Tints of East Side #A182BD

Color information

#A182BD (or 0xA182BD) is unknown color: approx East Side. HEX triplet: A1, 82 and BD. RGB value is (161,130,189). Sum of RGB (Red+Green+Blue) = 161+130+189=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #A182BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182BD is #5E7D42. Grayscale: #919191. Windows color (decimal): -6192451 or 12419745. OLE color: 12419745.

HSL color Cylindrical-coordinate representation of color #A182BD: hue angle of 271.53º 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 #A182BD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161130189-
CMYK0.150.3100.26
HSL271.53º30.89%62.55%-
HSV(B)271.53º31.22%74.12%-
XYZ31.8727.2251.72-
YUV146152.27138.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=33.54%
G=27.08%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611301890.150.3100.26271.5330.8962.55
HexA182BDF1F01A1101f3f
Octal24120227517370324203777
Binary10100001100000101011110111111111101101010001000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182BD; }

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

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

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

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

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

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

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

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