Html Css Color HEX #AD7DF1 Medium Purple

📋 copy color: '#AD7DF1'

red 173 ◦ green 125 ◦ blue 241

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

Shades of Medium Purple #AD7DF1

Tints of Medium Purple #AD7DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 32.1%
G = 23.19%
B = 44.71%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7DF1 (or 0xAD7DF1) is known color: Medium Purple. HEX triplet: AD, 7D and F1. RGB value is (173,125,241). Sum of RGB (Red+Green+Blue) = 173+125+241=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF1 is #52820E. Grayscale: #989898. Windows color (decimal): -5407247 or 15826349. OLE color: 15826349.

HSL color Cylindrical-coordinate representation of color #AD7DF1: hue angle of 264.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7DF1 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 125 241 -
CMYK 0.28 0.48 0 0.05
HSL 264.83º 0.81% 0.72% -
HSV(B) 264.83º 0.48% 0.95% -
XYZ 40.44 29.9 86.86 -
YUV 152.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 173 125 241 0.28 0.48 0 0.05 264.83 0.81 0.72
Hex AD 7D F1 1C 30 0 5 109 51 48
Octal 255 175 361 34 60 0 5 411 121 110
Binary 10101101 1111101 11110001 11100 110000 0 101 100001001 1010001 1001000

Color Harmonies of #AD7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DF1

Black with #AD7DF1

Text Example


Text Example

White with #AD7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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