Html Css Color HEX #AD74F9 Medium Purple

📋 copy color: '#AD74F9'

red 173 ◦ green 116 ◦ blue 249

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

Shades of Medium Purple #AD74F9

Tints of Medium Purple #AD74F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.56%

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 32.16%
G = 21.56%
B = 46.28%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD74F9 (or 0xAD74F9) is known color: Medium Purple. HEX triplet: AD, 74 and F9. RGB value is (173,116,249). Sum of RGB (Red+Green+Blue) = 173+116+249=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD74F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74F9 is #528B06. Grayscale: #939393. Windows color (decimal): -5409543 or 16348333. OLE color: 16348333.

HSL color Cylindrical-coordinate representation of color #AD74F9: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD74F9 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 116 249 -
CMYK 0.31 0.53 0 0.02
HSL 265.71º 0.92% 0.72% -
HSV(B) 265.71º 0.53% 0.98% -
XYZ 40.58 28.21 92.93 -
YUV 148.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 173 116 249 0.31 0.53 0 0.02 265.71 0.92 0.72
Hex AD 74 F9 1F 35 0 2 10A 5C 48
Octal 255 164 371 37 65 0 2 412 134 110
Binary 10101101 1110100 11111001 11111 110101 0 10 100001010 1011100 1001000

Color Harmonies of #AD74F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74F9

Black with #AD74F9

Text Example


Text Example

White with #AD74F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74F9; }

 p { color: rgb(173,116,249); }

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

background-color css

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

 a { background-color: rgb(173,116,249); }

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

border-color css

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

 span { border-color: rgb(173,116,249); }

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