#AD71C1

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

Shades of East Side #AD71C1

Tints of East Side #AD71C1

Color information

#AD71C1 (or 0xAD71C1) is unknown color: approx East Side. HEX triplet: AD, 71 and C1. RGB value is (173,113,193). Sum of RGB (Red+Green+Blue) = 173+113+193=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD71C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71C1 is #528E3E. Grayscale: #8B8B8B. Windows color (decimal): -5410367 or 12677549. OLE color: 12677549.

HSL color Cylindrical-coordinate representation of color #AD71C1: hue angle of 285º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD71C1 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173113193-
CMYK0.100.4100.24
HSL285º39.22%60%-
HSV(B)285º41.45%75.69%-
XYZ32.7624.5453.46-
YUV140.06157.88151.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=36.12%
G=23.59%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731131930.100.4100.2428539.2260
HexAD71C1A2901811d273c
Octal25516130112510304354774
Binary101011011110001110000011010101001011000100011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71C1; }

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

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

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

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

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

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

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

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