Html Css Color HEX #AD7DF2 Medium Purple

📋 copy color: '#AD7DF2'

red 173 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #AD7DF2

Tints of Medium Purple #AD7DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 32.04%
G = 23.15%
B = 44.81%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7DF2 (or 0xAD7DF2) is known color: Medium Purple. HEX triplet: AD, 7D and F2. RGB value is (173,125,242). Sum of RGB (Red+Green+Blue) = 173+125+242=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF2 is #52820D. Grayscale: #989898. Windows color (decimal): -5407246 or 15891885. OLE color: 15891885.

HSL color Cylindrical-coordinate representation of color #AD7DF2: hue angle of 264.62º degrees, saturation: 0.82, 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 #AD7DF2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 125 242 -
CMYK 0.29 0.48 0 0.05
HSL 264.62º 0.82% 0.72% -
HSV(B) 264.62º 0.48% 0.95% -
XYZ 40.59 29.96 87.65 -
YUV 152.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 173 125 242 0.29 0.48 0 0.05 264.62 0.82 0.72
Hex AD 7D F2 1D 30 0 5 109 52 48
Octal 255 175 362 35 60 0 5 411 122 110
Binary 10101101 1111101 11110010 11101 110000 0 101 100001001 1010010 1001000

Color Harmonies of #AD7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DF2

Black with #AD7DF2

Text Example


Text Example

White with #AD7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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