#AD78BF

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

Shades of East Side #AD78BF

Tints of East Side #AD78BF

Color information

#AD78BF (or 0xAD78BF) is unknown color: approx East Side. HEX triplet: AD, 78 and BF. RGB value is (173,120,191). Sum of RGB (Red+Green+Blue) = 173+120+191=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD78BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78BF is #528740. Grayscale: #8F8F8F. Windows color (decimal): -5408577 or 12548269. OLE color: 12548269.

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

Color convert

RGB173120191-
CMYK0.090.3700.25
HSL284.79º35.68%60.98%-
HSV(B)284.79º37.17%74.9%-
XYZ33.3526.0852.57-
YUV143.94154.56148.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 191 (75% from 255) = 39.46%
R=35.74%
G=24.79%
B=39.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731201910.090.3700.25284.7935.6860.98
HexAD78BF92501911d243d
Octal25517027711450314354475
Binary101011011111000101111111001100101011001100011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78BF; }

 p { color: rgb(173,120,191); }

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

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

 a { background-color: rgb(173,120,191); }

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

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

 span { border-color: rgb(173,120,191); }

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