#AD83BA

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

Shades of East Side #AD83BA

Tints of East Side #AD83BA

Color information

#AD83BA (or 0xAD83BA) is unknown color: approx East Side. HEX triplet: AD, 83 and BA. RGB value is (173,131,186). Sum of RGB (Red+Green+Blue) = 173+131+186=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83BA is #527C45. Grayscale: #959595. Windows color (decimal): -5405766 or 12223405. OLE color: 12223405.

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

Color convert

RGB173131186-
CMYK0.070.3000.27
HSL285.82º28.5%62.16%-
HSV(B)285.82º29.57%72.94%-
XYZ34.2128.6650.18-
YUV149.83148.41144.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=35.31%
G=26.73%
B=37.96%

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
Decimal1731311860.070.3000.27285.8228.562.16
HexAD83BA71E01B11e1c3e
Octal2552032727360334363476
Binary1010110110000011101110101111111001101110001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83BA; }

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

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

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

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

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

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

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

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