#AD79CA

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

Shades of East Side #AD79CA

Tints of East Side #AD79CA

Color information

#AD79CA (or 0xAD79CA) is unknown color: approx East Side. HEX triplet: AD, 79 and CA. RGB value is (173,121,202). Sum of RGB (Red+Green+Blue) = 173+121+202=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD79CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79CA is #528635. Grayscale: #919191. Windows color (decimal): -5408310 or 13269421. OLE color: 13269421.

HSL color Cylindrical-coordinate representation of color #AD79CA: hue angle of 278.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD79CA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173121202-
CMYK0.140.4000.21
HSL278.52º43.32%63.33%-
HSV(B)278.52º40.1%79.22%-
XYZ34.7326.8259.22-
YUV145.78159.73147.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=34.88%
G=24.40%
B=40.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731212020.140.4000.21278.5243.3263.33
HexAD79CAE280151172b3f
Octal25517131216500254275377
Binary101011011111001110010101110101000010101100010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79CA; }

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

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

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

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

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

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

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

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