Html Css Color HEX #AD74F6 Medium Purple

📋 copy color: '#AD74F6'

red 173 ◦ green 116 ◦ blue 246

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

Shades of Medium Purple #AD74F6

Tints of Medium Purple #AD74F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 32.34%
G = 21.68%
B = 45.98%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD74F6 (or 0xAD74F6) is known color: Medium Purple. HEX triplet: AD, 74 and F6. RGB value is (173,116,246). Sum of RGB (Red+Green+Blue) = 173+116+246=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD74F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74F6 is #528B09. Grayscale: #939393. Windows color (decimal): -5409546 or 16151725. OLE color: 16151725.

HSL color Cylindrical-coordinate representation of color #AD74F6: hue angle of 266.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD74F6 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 116 246 -
CMYK 0.30 0.53 0 0.04
HSL 266.31º 0.88% 0.71% -
HSV(B) 266.31º 0.53% 0.96% -
XYZ 40.11 28.03 90.48 -
YUV 147.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 173 116 246 0.30 0.53 0 0.04 266.31 0.88 0.71
Hex AD 74 F6 1E 35 0 4 10A 58 47
Octal 255 164 366 36 65 0 4 412 130 107
Binary 10101101 1110100 11110110 11110 110101 0 100 100001010 1011000 1000111

Color Harmonies of #AD74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74F6

Black with #AD74F6

Text Example


Text Example

White with #AD74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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