Html Css Color HEX #AD7ADC Medium Purple

📋 copy color: '#AD7ADC'

red 173 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #AD7ADC

Tints of Medium Purple #AD7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.69%

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

R = 33.59%
G = 23.69%
B = 42.72%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD7ADC (or 0xAD7ADC) is known color: Medium Purple. HEX triplet: AD, 7A and DC. RGB value is (173,122,220). Sum of RGB (Red+Green+Blue) = 173+122+220=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADC is #528523. Grayscale: #949494. Windows color (decimal): -5408036 or 14449325. OLE color: 14449325.

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

Color convert

RGB 173 122 220 -
CMYK 0.21 0.45 0 0.14
HSL 271.22º 0.58% 0.67% -
HSV(B) 271.22º 0.45% 0.86% -
XYZ 37.11 27.97 71.15 -
YUV 148.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 173 122 220 0.21 0.45 0 0.14 271.22 0.58 0.67
Hex AD 7A DC 15 2D 0 E 10F 3A 43
Octal 255 172 334 25 55 0 16 417 72 103
Binary 10101101 1111010 11011100 10101 101101 0 1110 100001111 111010 1000011

Color Harmonies of #AD7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7ADC

Black with #AD7ADC

Text Example


Text Example

White with #AD7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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