Html Css Color HEX #AD73FC Medium Purple

📋 copy color: '#AD73FC'

red 173 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #AD73FC

Tints of Medium Purple #AD73FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.3%

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

R = 32.04%
G = 21.3%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD73FC (or 0xAD73FC) is known color: Medium Purple. HEX triplet: AD, 73 and FC. RGB value is (173,115,252). Sum of RGB (Red+Green+Blue) = 173+115+252=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73FC is #528C03. Grayscale: #939393. Windows color (decimal): -5409796 or 16544685. OLE color: 16544685.

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

Color convert

RGB 173 115 252 -
CMYK 0.31 0.54 0 0.01
HSL 265.4º 0.96% 0.72% -
HSV(B) 265.4º 0.54% 0.99% -
XYZ 40.94 28.17 95.38 -
YUV 147.96 186.72 145.86 -
System Red Green Blue C M Y K H S L
Decimal 173 115 252 0.31 0.54 0 0.01 265.4 0.96 0.72
Hex AD 73 FC 1F 36 0 1 109 60 48
Octal 255 163 374 37 66 0 1 411 140 110
Binary 10101101 1110011 11111100 11111 110110 0 1 100001001 1100000 1001000

Color Harmonies of #AD73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73FC

Black with #AD73FC

Text Example


Text Example

White with #AD73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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