#AD80C8

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

Shades of East Side #AD80C8

Tints of East Side #AD80C8

Color information

#AD80C8 (or 0xAD80C8) is unknown color: approx East Side. HEX triplet: AD, 80 and C8. RGB value is (173,128,200). Sum of RGB (Red+Green+Blue) = 173+128+200=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80C8 is #527F37. Grayscale: #959595. Windows color (decimal): -5406520 or 13140141. OLE color: 13140141.

HSL color Cylindrical-coordinate representation of color #AD80C8: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD80C8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173128200-
CMYK0.140.3600.22
HSL277.5º39.56%64.31%-
HSV(B)277.5º36%78.43%-
XYZ35.3828.4958.28-
YUV149.66156.41144.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=34.53%
G=25.55%
B=39.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731282000.140.3600.22277.539.5664.31
HexAD80C8E240161162840
Octal255200310164402642650100
Binary10101101100000001100100011101001000101101000101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80C8; }

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

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

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

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

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

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

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

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