Html Css Color HEX #AD7CDC Medium Purple

📋 copy color: '#AD7CDC'

red 173 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #AD7CDC

Tints of Medium Purple #AD7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 33.46%
G = 23.98%
B = 42.55%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD7CDC (or 0xAD7CDC) is known color: Medium Purple. HEX triplet: AD, 7C and DC. RGB value is (173,124,220). Sum of RGB (Red+Green+Blue) = 173+124+220=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDC is #528323. Grayscale: #959595. Windows color (decimal): -5407524 or 14449837. OLE color: 14449837.

HSL color Cylindrical-coordinate representation of color #AD7CDC: hue angle of 270.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7CDC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 124 220 -
CMYK 0.21 0.44 0 0.14
HSL 270.63º 0.58% 0.67% -
HSV(B) 270.63º 0.44% 0.86% -
XYZ 37.36 28.47 71.24 -
YUV 149.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 173 124 220 0.21 0.44 0 0.14 270.63 0.58 0.67
Hex AD 7C DC 15 2C 0 E 10F 3A 43
Octal 255 174 334 25 54 0 16 417 72 103
Binary 10101101 1111100 11011100 10101 101100 0 1110 100001111 111010 1000011

Color Harmonies of #AD7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CDC

Black with #AD7CDC

Text Example


Text Example

White with #AD7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CDC; }

 p { color: rgb(173,124,220); }

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

background-color css

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

 a { background-color: rgb(173,124,220); }

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

border-color css

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

 span { border-color: rgb(173,124,220); }

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