Html Css Color HEX #AD72C0 East Side

📋 copy color: '#AD72C0'

red 173 ◦ green 114 ◦ blue 192

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

Shades of East Side #AD72C0

Tints of East Side #AD72C0

RGB

 RED value IS 173 (67.97% from 255) = 36.12%

 GREEN value IS 114 (44.92% from 255) = 23.8%

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 36.12%
G = 23.8%
B = 40.08%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD72C0 (or 0xAD72C0) is known color: East Side. HEX triplet: AD, 72 and C0. RGB value is (173,114,192). Sum of RGB (Red+Green+Blue) = 173+114+192=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD72C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72C0 is #528D3F. Grayscale: #8C8C8C. Windows color (decimal): -5410112 or 12612269. OLE color: 12612269.

HSL color Cylindrical-coordinate representation of color #AD72C0: hue angle of 285.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD72C0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 114 192 -
CMYK 0.10 0.41 0 0.25
HSL 285.38º 0.38% 0.6% -
HSV(B) 285.38º 0.41% 0.75% -
XYZ 32.77 24.72 52.91 -
YUV 140.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 173 114 192 0.10 0.41 0 0.25 285.38 0.38 0.6
Hex AD 72 C0 A 29 0 19 11D 26 3C
Octal 255 162 300 12 51 0 31 435 46 74
Binary 10101101 1110010 11000000 1010 101001 0 11001 100011101 100110 111100

Color Harmonies of #AD72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72C0

Black with #AD72C0

Text Example


Text Example

White with #AD72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72C0; }

 p { color: rgb(173,114,192); }

 H1.HeaderClassName
 {
   color: #AD72C0;
 }
 .AnyTagClassName
 {
   color: #AD72C0;
 }
</style>

background-color css

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

 a { background-color: rgb(173,114,192); }

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

border-color css

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

 span { border-color: rgb(173,114,192); }

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