Html Css Color HEX #AD74FB Medium Purple

📋 copy color: '#AD74FB'

red 173 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #AD74FB

Tints of Medium Purple #AD74FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 32.04%
G = 21.48%
B = 46.48%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD74FB (or 0xAD74FB) is known color: Medium Purple. HEX triplet: AD, 74 and FB. RGB value is (173,116,251). Sum of RGB (Red+Green+Blue) = 173+116+251=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD74FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74FB is #528B04. Grayscale: #939393. Windows color (decimal): -5409541 or 16479405. OLE color: 16479405.

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

Color convert

RGB 173 116 251 -
CMYK 0.31 0.54 0 0.02
HSL 265.33º 0.94% 0.72% -
HSV(B) 265.33º 0.54% 0.98% -
XYZ 40.89 28.34 94.58 -
YUV 148.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 173 116 251 0.31 0.54 0 0.02 265.33 0.94 0.72
Hex AD 74 FB 1F 36 0 2 109 5E 48
Octal 255 164 373 37 66 0 2 411 136 110
Binary 10101101 1110100 11111011 11111 110110 0 10 100001001 1011110 1001000

Color Harmonies of #AD74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74FB

Black with #AD74FB

Text Example


Text Example

White with #AD74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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