#AD79CD

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

Shades of East Side #AD79CD

Tints of East Side #AD79CD

Color information

#AD79CD (or 0xAD79CD) is unknown color: approx East Side. HEX triplet: AD, 79 and CD. RGB value is (173,121,205). Sum of RGB (Red+Green+Blue) = 173+121+205=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79CD is #528632. Grayscale: #919191. Windows color (decimal): -5408307 or 13466029. OLE color: 13466029.

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

Color convert

RGB173121205-
CMYK0.160.4100.20
HSL277.14º45.65%63.92%-
HSV(B)277.14º40.98%80.39%-
XYZ35.0926.9761.11-
YUV146.12161.23147.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=34.67%
G=24.25%
B=41.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731212050.160.4100.20277.1445.6563.92
HexAD79CD10290141152e40
Octal255171315205102442556100
Binary10101101111100111001101100001010010101001000101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79CD; }

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

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

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

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

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

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

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

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