Html Css Color HEX #AD79C1 East Side

📋 copy color: '#AD79C1'

red 173 ◦ green 121 ◦ blue 193

#AD79C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD79C1

Tints of East Side #AD79C1

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 value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD79C1 (or 0xAD79C1) is known color: 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

RGB 173 121 193 -
CMYK 0.10 0.37 0 0.24
HSL 283.33º 0.37% 0.62% -
HSV(B) 283.33º 0.37% 0.76% -
XYZ 33.7 26.41 53.77 -
YUV 144.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 173 121 193 0.10 0.37 0 0.24 283.33 0.37 0.62
Hex AD 79 C1 A 25 0 18 11B 25 3E
Octal 255 171 301 12 45 0 30 433 45 76
Binary 10101101 1111001 11000001 1010 100101 0 11000 100011011 100101 111110

Color Harmonies of #AD79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79C1

Black with #AD79C1

Text Example


Text Example

White with #AD79C1

Text Example


Text Example

HTML Codes & Css Web 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>