Html Css Color HEX #AD6DFC Medium Purple

📋 copy color: '#AD6DFC'

red 173 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #AD6DFC

Tints of Medium Purple #AD6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 32.4%
G = 20.41%
B = 47.19%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD6DFC (or 0xAD6DFC) is known color: Medium Purple. HEX triplet: AD, 6D and FC. RGB value is (173,109,252). Sum of RGB (Red+Green+Blue) = 173+109+252=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD6DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DFC is #529203. Grayscale: #8F8F8F. Windows color (decimal): -5411332 or 16543149. OLE color: 16543149.

HSL color Cylindrical-coordinate representation of color #AD6DFC: hue angle of 266.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6DFC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 109 252 -
CMYK 0.31 0.57 0 0.01
HSL 266.85º 0.96% 0.71% -
HSV(B) 266.85º 0.57% 0.99% -
XYZ 40.27 26.85 95.16 -
YUV 144.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 173 109 252 0.31 0.57 0 0.01 266.85 0.96 0.71
Hex AD 6D FC 1F 39 0 1 10B 60 47
Octal 255 155 374 37 71 0 1 413 140 107
Binary 10101101 1101101 11111100 11111 111001 0 1 100001011 1100000 1000111

Color Harmonies of #AD6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DFC

Black with #AD6DFC

Text Example


Text Example

White with #AD6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DFC; }

 p { color: rgb(173,109,252); }

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

background-color css

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

 a { background-color: rgb(173,109,252); }

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

border-color css

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

 span { border-color: rgb(173,109,252); }

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