#AD97C0

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

Shades of East Side #AD97C0

Tints of East Side #AD97C0

Color information

#AD97C0 (or 0xAD97C0) is unknown color: approx East Side. HEX triplet: AD, 97 and C0. RGB value is (173,151,192). Sum of RGB (Red+Green+Blue) = 173+151+192=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C0 is #52683F. Grayscale: #A2A2A2. Windows color (decimal): -5400640 or 12621741. OLE color: 12621741.

HSL color Cylindrical-coordinate representation of color #AD97C0: hue angle of 272.2º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD97C0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173151192-
CMYK0.100.2100.25
HSL272.2º24.55%67.25%-
HSV(B)272.2º21.35%75.29%-
XYZ37.8134.8254.6-
YUV162.25144.79135.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=33.53%
G=29.26%
B=37.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731511920.100.2100.25272.224.5567.25
HexAD97C0A150191101943
Octal255227300122503142031103
Binary101011011001011111000000101010101011001100010000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97C0; }

 p { color: rgb(173,151,192); }

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

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

 a { background-color: rgb(173,151,192); }

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

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

 span { border-color: rgb(173,151,192); }

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