#AD71BA

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

Shades of East Side #AD71BA

Tints of East Side #AD71BA

Color information

#AD71BA (or 0xAD71BA) is unknown color: approx East Side. HEX triplet: AD, 71 and BA. RGB value is (173,113,186). Sum of RGB (Red+Green+Blue) = 173+113+186=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71BA is #528E45. Grayscale: #8B8B8B. Windows color (decimal): -5410374 or 12218797. OLE color: 12218797.

HSL color Cylindrical-coordinate representation of color #AD71BA: hue angle of 289.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD71BA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173113186-
CMYK0.070.3900.27
HSL289.32º34.6%58.63%-
HSV(B)289.32º39.25%72.94%-
XYZ3224.2449.45-
YUV139.26154.38152.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=36.65%
G=23.94%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731131860.070.3900.27289.3234.658.63
HexAD71BA72701B121233b
Octal2551612727470334414373
Binary10101101111000110111010111100111011011100100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71BA; }

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

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

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

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

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

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

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

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