#AD82BA

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

Shades of East Side #AD82BA

Tints of East Side #AD82BA

Color information

#AD82BA (or 0xAD82BA) is unknown color: approx East Side. HEX triplet: AD, 82 and BA. RGB value is (173,130,186). Sum of RGB (Red+Green+Blue) = 173+130+186=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82BA is #527D45. Grayscale: #959595. Windows color (decimal): -5406022 or 12223149. OLE color: 12223149.

HSL color Cylindrical-coordinate representation of color #AD82BA: hue angle of 286.07º 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 #AD82BA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173130186-
CMYK0.070.3000.27
HSL286.07º28.87%61.96%-
HSV(B)286.07º30.11%72.94%-
XYZ34.0828.3950.14-
YUV149.24148.75144.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=35.38%
G=26.58%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731301860.070.3000.27286.0728.8761.96
HexAD82BA71E01B11e1d3e
Octal2552022727360334363576
Binary1010110110000010101110101111111001101110001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82BA; }

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

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

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

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

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

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

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

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