#AD95B3

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

Shades of East Side #AD95B3

Tints of East Side #AD95B3

Color information

#AD95B3 (or 0xAD95B3) is unknown color: approx East Side. HEX triplet: AD, 95 and B3. RGB value is (173,149,179). Sum of RGB (Red+Green+Blue) = 173+149+179=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD95B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95B3 is #526A4C. Grayscale: #9F9F9F. Windows color (decimal): -5401165 or 11769261. OLE color: 11769261.

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

Color convert

RGB173149179-
CMYK0.030.1700.30
HSL288º16.48%64.31%-
HSV(B)288º16.76%70.2%-
XYZ36.1233.6347.24-
YUV159.6138.95137.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=34.53%
G=29.74%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731491790.030.1700.3028816.4864.31
HexAD95B331101E1201040
Octal25522526332103644020100
Binary1010110110010101101100111110001011110100100000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95B3; }

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

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

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

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

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

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

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

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