Html Css Color HEX #AD7BDC Medium Purple

📋 copy color: '#AD7BDC'

red 173 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #AD7BDC

Tints of Medium Purple #AD7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

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

R = 33.53%
G = 23.84%
B = 42.64%

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

#AD7BDC (or 0xAD7BDC) is known color: Medium Purple. HEX triplet: AD, 7B and DC. RGB value is (173,123,220). Sum of RGB (Red+Green+Blue) = 173+123+220=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BDC is #528423. Grayscale: #949494. Windows color (decimal): -5407780 or 14449581. OLE color: 14449581.

HSL color Cylindrical-coordinate representation of color #AD7BDC: hue angle of 270.93º 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 #AD7BDC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 123 220 -
CMYK 0.21 0.44 0 0.14
HSL 270.93º 0.58% 0.67% -
HSV(B) 270.93º 0.44% 0.86% -
XYZ 37.23 28.22 71.19 -
YUV 149.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 173 123 220 0.21 0.44 0 0.14 270.93 0.58 0.67
Hex AD 7B DC 15 2C 0 E 10F 3A 43
Octal 255 173 334 25 54 0 16 417 72 103
Binary 10101101 1111011 11011100 10101 101100 0 1110 100001111 111010 1000011

Color Harmonies of #AD7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BDC

Black with #AD7BDC

Text Example


Text Example

White with #AD7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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