#AD94B5

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

Shades of East Side #AD94B5

Tints of East Side #AD94B5

Color information

#AD94B5 (or 0xAD94B5) is unknown color: approx East Side. HEX triplet: AD, 94 and B5. RGB value is (173,148,181). Sum of RGB (Red+Green+Blue) = 173+148+181=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD94B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94B5 is #526B4A. Grayscale: #9F9F9F. Windows color (decimal): -5401419 or 11900077. OLE color: 11900077.

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

Color convert

RGB173148181-
CMYK0.040.1800.29
HSL285.45º18.23%64.51%-
HSV(B)285.45º18.23%70.98%-
XYZ36.1633.448.26-
YUV159.24140.28137.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=34.46%
G=29.48%
B=36.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731481810.040.1800.29285.4518.2364.51
HexAD94B541201D11d1241
Octal25522426542203543522101
Binary10101101100101001011010110010010011101100011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94B5; }

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

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

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

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

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

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

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

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