Html Css Color HEX #AD7DF5 Medium Purple

📋 copy color: '#AD7DF5'

red 173 ◦ green 125 ◦ blue 245

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

Shades of Medium Purple #AD7DF5

Tints of Medium Purple #AD7DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.12%

R = 31.86%
G = 23.02%
B = 45.12%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD7DF5 (or 0xAD7DF5) is known color: Medium Purple. HEX triplet: AD, 7D and F5. RGB value is (173,125,245). Sum of RGB (Red+Green+Blue) = 173+125+245=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD7DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF5 is #52820A. Grayscale: #989898. Windows color (decimal): -5407243 or 16088493. OLE color: 16088493.

HSL color Cylindrical-coordinate representation of color #AD7DF5: hue angle of 264º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7DF5 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 125 245 -
CMYK 0.29 0.49 0 0.04
HSL 264º 0.86% 0.73% -
HSV(B) 264º 0.49% 0.96% -
XYZ 41.05 30.14 90.04 -
YUV 153.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 173 125 245 0.29 0.49 0 0.04 264 0.86 0.73
Hex AD 7D F5 1D 31 0 4 108 56 49
Octal 255 175 365 35 61 0 4 410 126 111
Binary 10101101 1111101 11110101 11101 110001 0 100 100001000 1010110 1001001

Color Harmonies of #AD7DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DF5

Black with #AD7DF5

Text Example


Text Example

White with #AD7DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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