#AD98B4

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

Shades of East Side #AD98B4

Tints of East Side #AD98B4

Color information

#AD98B4 (or 0xAD98B4) is unknown color: approx East Side. HEX triplet: AD, 98 and B4. RGB value is (173,152,180). Sum of RGB (Red+Green+Blue) = 173+152+180=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98B4 is #52674B. Grayscale: #A1A1A1. Windows color (decimal): -5400396 or 11835565. OLE color: 11835565.

HSL color Cylindrical-coordinate representation of color #AD98B4: hue angle of 285º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD98B4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173152180-
CMYK0.040.1600.29
HSL285º15.73%65.1%-
HSV(B)285º15.56%70.59%-
XYZ36.734.6447.93-
YUV161.47138.46136.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=34.26%
G=30.10%
B=35.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731521800.040.1600.2928515.7365.1
HexAD98B441001D11d1041
Octal25523026442003543520101
Binary10101101100110001011010010010000011101100011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98B4; }

 p { color: rgb(173,152,180); }

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

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

 a { background-color: rgb(173,152,180); }

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

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

 span { border-color: rgb(173,152,180); }

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