#AD80CF

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

Shades of East Side #AD80CF

Tints of East Side #AD80CF

Color information

#AD80CF (or 0xAD80CF) is unknown color: approx East Side. HEX triplet: AD, 80 and CF. RGB value is (173,128,207). Sum of RGB (Red+Green+Blue) = 173+128+207=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CF is #527F30. Grayscale: #969696. Windows color (decimal): -5406513 or 13598893. OLE color: 13598893.

HSL color Cylindrical-coordinate representation of color #AD80CF: hue angle of 274.18º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD80CF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173128207-
CMYK0.160.3800.19
HSL274.18º45.14%65.69%-
HSV(B)274.18º38.16%81.18%-
XYZ36.2228.8362.69-
YUV150.46159.91144.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=34.06%
G=25.20%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731282070.160.3800.19274.1845.1465.69
HexAD80CF10260131122d42
Octal255200317204602342255102
Binary101011011000000011001111100001001100100111000100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80CF; }

 p { color: rgb(173,128,207); }

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

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

 a { background-color: rgb(173,128,207); }

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

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

 span { border-color: rgb(173,128,207); }

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