Html Css Color HEX #AD7DF9 Medium Purple

📋 copy color: '#AD7DF9'

red 173 ◦ green 125 ◦ blue 249

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

Shades of Medium Purple #AD7DF9

Tints of Medium Purple #AD7DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 31.63%
G = 22.85%
B = 45.52%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD7DF9 (or 0xAD7DF9) is known color: Medium Purple. HEX triplet: AD, 7D and F9. RGB value is (173,125,249). Sum of RGB (Red+Green+Blue) = 173+125+249=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD7DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF9 is #528206. Grayscale: #999999. Windows color (decimal): -5407239 or 16350637. OLE color: 16350637.

HSL color Cylindrical-coordinate representation of color #AD7DF9: hue angle of 263.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7DF9 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 125 249 -
CMYK 0.31 0.50 0 0.02
HSL 263.23º 0.91% 0.73% -
HSV(B) 263.23º 0.5% 0.98% -
XYZ 41.67 30.39 93.29 -
YUV 153.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 173 125 249 0.31 0.50 0 0.02 263.23 0.91 0.73
Hex AD 7D F9 1F 32 0 2 107 5B 49
Octal 255 175 371 37 62 0 2 407 133 111
Binary 10101101 1111101 11111001 11111 110010 0 10 100000111 1011011 1001001

Color Harmonies of #AD7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DF9

Black with #AD7DF9

Text Example


Text Example

White with #AD7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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