#AD78C6

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

Shades of East Side #AD78C6

Tints of East Side #AD78C6

Color information

#AD78C6 (or 0xAD78C6) is unknown color: approx East Side. HEX triplet: AD, 78 and C6. RGB value is (173,120,198). Sum of RGB (Red+Green+Blue) = 173+120+198=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD78C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78C6 is #528739. Grayscale: #909090. Windows color (decimal): -5408570 or 13007021. OLE color: 13007021.

HSL color Cylindrical-coordinate representation of color #AD78C6: hue angle of 280.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD78C6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173120198-
CMYK0.130.3900.22
HSL280.77º40.62%62.35%-
HSV(B)280.77º39.39%77.65%-
XYZ34.1426.3956.72-
YUV144.74158.06148.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=35.23%
G=24.44%
B=40.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731201980.130.3900.22280.7740.6262.35
HexAD78C6D27016119293e
Octal25517030615470264315176
Binary101011011111000110001101101100111010110100011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78C6; }

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

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

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

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

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

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

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

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