#AD97BE

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

Shades of East Side #AD97BE

Tints of East Side #AD97BE

Color information

#AD97BE (or 0xAD97BE) is unknown color: approx East Side. HEX triplet: AD, 97 and BE. RGB value is (173,151,190). Sum of RGB (Red+Green+Blue) = 173+151+190=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97BE is #526841. Grayscale: #A1A1A1. Windows color (decimal): -5400642 or 12490669. OLE color: 12490669.

HSL color Cylindrical-coordinate representation of color #AD97BE: hue angle of 273.85º degrees, saturation: 0.23, 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 #AD97BE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173151190-
CMYK0.090.2100.25
HSL273.85º23.08%66.86%-
HSV(B)273.85º20.53%74.51%-
XYZ37.5934.7453.44-
YUV162.02143.79135.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=33.66%
G=29.38%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731511900.090.2100.25273.8523.0866.86
HexAD97BE9150191121743
Octal255227276112503142227103
Binary101011011001011110111110100110101011001100010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97BE; }

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

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

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

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

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

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

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

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