#AD93C6

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

Shades of East Side #AD93C6

Tints of East Side #AD93C6

Color information

#AD93C6 (or 0xAD93C6) is unknown color: approx East Side. HEX triplet: AD, 93 and C6. RGB value is (173,147,198). Sum of RGB (Red+Green+Blue) = 173+147+198=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD93C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93C6 is #526C39. Grayscale: #A0A0A0. Windows color (decimal): -5401658 or 13013933. OLE color: 13013933.

HSL color Cylindrical-coordinate representation of color #AD93C6: hue angle of 270.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD93C6 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173147198-
CMYK0.130.2600.22
HSL270.59º30.91%67.65%-
HSV(B)270.59º25.76%77.65%-
XYZ37.8633.8357.96-
YUV160.59149.11136.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=33.40%
G=28.38%
B=38.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731471980.130.2600.22270.5930.9167.65
HexAD93C6D1A01610f1f44
Octal255223306153202641737104
Binary101011011001001111000110110111010010110100001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93C6; }

 p { color: rgb(173,147,198); }

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

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

 a { background-color: rgb(173,147,198); }

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

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

 span { border-color: rgb(173,147,198); }

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