Html Css Color HEX #AD7CDB Medium Purple

📋 copy color: '#AD7CDB'

red 173 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #AD7CDB

Tints of Medium Purple #AD7CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 33.53%
G = 24.03%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD7CDB (or 0xAD7CDB) is known color: Medium Purple. HEX triplet: AD, 7C and DB. RGB value is (173,124,219). Sum of RGB (Red+Green+Blue) = 173+124+219=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDB is #528324. Grayscale: #959595. Windows color (decimal): -5407525 or 14384301. OLE color: 14384301.

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

Color convert

RGB 173 124 219 -
CMYK 0.21 0.43 0 0.14
HSL 270.95º 0.57% 0.67% -
HSV(B) 270.95º 0.43% 0.86% -
XYZ 37.23 28.41 70.54 -
YUV 149.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 173 124 219 0.21 0.43 0 0.14 270.95 0.57 0.67
Hex AD 7C DB 15 2B 0 E 10F 39 43
Octal 255 174 333 25 53 0 16 417 71 103
Binary 10101101 1111100 11011011 10101 101011 0 1110 100001111 111001 1000011

Color Harmonies of #AD7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CDB

Black with #AD7CDB

Text Example


Text Example

White with #AD7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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