#AD79C1

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

Shades of East Side #AD79C1

Tints of East Side #AD79C1

Color information

#AD79C1 (or 0xAD79C1) is unknown color: approx East Side. HEX triplet: AD, 79 and C1. RGB value is (173,121,193). Sum of RGB (Red+Green+Blue) = 173+121+193=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79C1 is #52863E. Grayscale: #909090. Windows color (decimal): -5408319 or 12679597. OLE color: 12679597.

HSL color Cylindrical-coordinate representation of color #AD79C1: hue angle of 283.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD79C1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173121193-
CMYK0.100.3700.24
HSL283.33º36.73%61.57%-
HSV(B)283.33º37.31%75.69%-
XYZ33.726.4153.77-
YUV144.76155.23148.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=35.52%
G=24.85%
B=39.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731211930.100.3700.24283.3336.7361.57
HexAD79C1A2501811b253e
Octal25517130112450304334576
Binary101011011111001110000011010100101011000100011011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79C1; }

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

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

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

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

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

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

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

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