#AD78BE

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

Shades of East Side #AD78BE

Tints of East Side #AD78BE

Color information

#AD78BE (or 0xAD78BE) is unknown color: approx East Side. HEX triplet: AD, 78 and BE. RGB value is (173,120,190). Sum of RGB (Red+Green+Blue) = 173+120+190=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78BE is #528741. Grayscale: #8F8F8F. Windows color (decimal): -5408578 or 12482733. OLE color: 12482733.

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

Color convert

RGB173120190-
CMYK0.090.3700.25
HSL285.43º35%60.78%-
HSV(B)285.43º36.84%74.51%-
XYZ33.2426.0351.99-
YUV143.83154.06148.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=35.82%
G=24.84%
B=39.34%

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
Decimal1731201900.090.3700.25285.433560.78
HexAD78BE92501911d233d
Octal25517027611450314354375
Binary101011011111000101111101001100101011001100011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78BE; }

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

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

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

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

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

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

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

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