Html Css Color HEX #AD7DE0 Medium Purple

📋 copy color: '#AD7DE0'

red 173 ◦ green 125 ◦ blue 224

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

Shades of Medium Purple #AD7DE0

Tints of Medium Purple #AD7DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.95%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 33.14%
G = 23.95%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD7DE0 (or 0xAD7DE0) is known color: Medium Purple. HEX triplet: AD, 7D and E0. RGB value is (173,125,224). Sum of RGB (Red+Green+Blue) = 173+125+224=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DE0 is #52821F. Grayscale: #969696. Windows color (decimal): -5407264 or 14712237. OLE color: 14712237.

HSL color Cylindrical-coordinate representation of color #AD7DE0: hue angle of 269.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7DE0 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 125 224 -
CMYK 0.23 0.44 0 0.12
HSL 269.09º 0.61% 0.68% -
HSV(B) 269.09º 0.44% 0.88% -
XYZ 38.02 28.93 74.1 -
YUV 150.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 173 125 224 0.23 0.44 0 0.12 269.09 0.61 0.68
Hex AD 7D E0 17 2C 0 C 10D 3D 44
Octal 255 175 340 27 54 0 14 415 75 104
Binary 10101101 1111101 11100000 10111 101100 0 1100 100001101 111101 1000100

Color Harmonies of #AD7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DE0

Black with #AD7DE0

Text Example


Text Example

White with #AD7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DE0; }

 p { color: rgb(173,125,224); }

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

background-color css

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

 a { background-color: rgb(173,125,224); }

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

border-color css

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

 span { border-color: rgb(173,125,224); }

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