#AD95BE

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

Shades of East Side #AD95BE

Tints of East Side #AD95BE

Color information

#AD95BE (or 0xAD95BE) is unknown color: approx East Side. HEX triplet: AD, 95 and BE. RGB value is (173,149,190). Sum of RGB (Red+Green+Blue) = 173+149+190=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95BE is #526A41. Grayscale: #A0A0A0. Windows color (decimal): -5401154 or 12490157. OLE color: 12490157.

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

Color convert

RGB173149190-
CMYK0.090.2200.25
HSL275.12º23.98%66.47%-
HSV(B)275.12º21.58%74.51%-
XYZ37.2834.153.33-
YUV160.85144.45136.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=33.79%
G=29.10%
B=37.11%

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
Decimal1731491900.090.2200.25275.1223.9866.47
HexAD95BE9160191131842
Octal255225276112603142330102
Binary101011011001010110111110100110110011001100010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95BE; }

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

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

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

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

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

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

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

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