#AD94BE

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

Shades of East Side #AD94BE

Tints of East Side #AD94BE

Color information

#AD94BE (or 0xAD94BE) is unknown color: approx East Side. HEX triplet: AD, 94 and BE. RGB value is (173,148,190). Sum of RGB (Red+Green+Blue) = 173+148+190=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BE is #526B41. Grayscale: #A0A0A0. Windows color (decimal): -5401410 or 12489901. OLE color: 12489901.

HSL color Cylindrical-coordinate representation of color #AD94BE: hue angle of 275.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD94BE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173148190-
CMYK0.090.2200.25
HSL275.71º24.42%66.27%-
HSV(B)275.71º22.11%74.51%-
XYZ37.1233.7853.28-
YUV160.26144.78137.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=33.86%
G=28.96%
B=37.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731481900.090.2200.25275.7124.4266.27
HexAD94BE9160191141842
Octal255224276112603142430102
Binary101011011001010010111110100110110011001100010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94BE; }

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

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

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

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

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

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

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

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