#AD80CD

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

Shades of East Side #AD80CD

Tints of East Side #AD80CD

Color information

#AD80CD (or 0xAD80CD) is unknown color: approx East Side. HEX triplet: AD, 80 and CD. RGB value is (173,128,205). Sum of RGB (Red+Green+Blue) = 173+128+205=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CD is #527F32. Grayscale: #959595. Windows color (decimal): -5406515 or 13467821. OLE color: 13467821.

HSL color Cylindrical-coordinate representation of color #AD80CD: hue angle of 275.06º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD80CD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173128205-
CMYK0.160.3800.20
HSL275.06º43.5%65.29%-
HSV(B)275.06º37.56%80.39%-
XYZ35.9728.7361.41-
YUV150.23158.91144.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=34.19%
G=25.30%
B=40.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731282050.160.3800.20275.0643.565.29
HexAD80CD10260141132c41
Octal255200315204602442354101
Binary101011011000000011001101100001001100101001000100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80CD; }

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

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

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

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

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

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

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

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