#AD93B3

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

Shades of East Side #AD93B3

Tints of East Side #AD93B3

Color information

#AD93B3 (or 0xAD93B3) is unknown color: approx East Side. HEX triplet: AD, 93 and B3. RGB value is (173,147,179). Sum of RGB (Red+Green+Blue) = 173+147+179=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93B3 is #526C4C. Grayscale: #9E9E9E. Windows color (decimal): -5401677 or 11768749. OLE color: 11768749.

HSL color Cylindrical-coordinate representation of color #AD93B3: hue angle of 288.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD93B3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173147179-
CMYK0.030.1800.30
HSL288.75º17.39%63.92%-
HSV(B)288.75º17.88%70.2%-
XYZ35.833.0147.13-
YUV158.42139.61138.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=34.67%
G=29.46%
B=35.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731471790.030.1800.30288.7517.3963.92
HexAD93B331201E1211140
Octal25522326332203644121100
Binary1010110110010011101100111110010011110100100001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93B3; }

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

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

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

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

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

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

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

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