Html Css Color HEX #AD7DFC Medium Purple

📋 copy color: '#AD7DFC'

red 173 ◦ green 125 ◦ blue 252

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

Shades of Medium Purple #AD7DFC

Tints of Medium Purple #AD7DFC

RGB

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

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

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

R = 31.45%
G = 22.73%
B = 45.82%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD7DFC (or 0xAD7DFC) is known color: Medium Purple. HEX triplet: AD, 7D and FC. RGB value is (173,125,252). Sum of RGB (Red+Green+Blue) = 173+125+252=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DFC is #528203. Grayscale: #999999. Windows color (decimal): -5407236 or 16547245. OLE color: 16547245.

HSL color Cylindrical-coordinate representation of color #AD7DFC: hue angle of 262.68º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7DFC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 125 252 -
CMYK 0.31 0.50 0 0.01
HSL 262.68º 0.95% 0.74% -
HSV(B) 262.68º 0.5% 0.99% -
XYZ 42.14 30.58 95.78 -
YUV 153.83 183.4 141.67 -
System Red Green Blue C M Y K H S L
Decimal 173 125 252 0.31 0.50 0 0.01 262.68 0.95 0.74
Hex AD 7D FC 1F 32 0 1 107 5F 4A
Octal 255 175 374 37 62 0 1 407 137 112
Binary 10101101 1111101 11111100 11111 110010 0 1 100000111 1011111 1001010

Color Harmonies of #AD7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DFC

Black with #AD7DFC

Text Example


Text Example

White with #AD7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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