Html Css Color HEX #AD70F9 Medium Purple

📋 copy color: '#AD70F9'

red 173 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #AD70F9

Tints of Medium Purple #AD70F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

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

R = 32.4%
G = 20.97%
B = 46.63%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD70F9 (or 0xAD70F9) is known color: Medium Purple. HEX triplet: AD, 70 and F9. RGB value is (173,112,249). Sum of RGB (Red+Green+Blue) = 173+112+249=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70F9 is #528F06. Grayscale: #919191. Windows color (decimal): -5410567 or 16347309. OLE color: 16347309.

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

Color convert

RGB 173 112 249 -
CMYK 0.31 0.55 0 0.02
HSL 266.72º 0.92% 0.71% -
HSV(B) 266.72º 0.55% 0.98% -
XYZ 40.13 27.31 92.78 -
YUV 145.86 186.21 147.36 -
System Red Green Blue C M Y K H S L
Decimal 173 112 249 0.31 0.55 0 0.02 266.72 0.92 0.71
Hex AD 70 F9 1F 37 0 2 10B 5C 47
Octal 255 160 371 37 67 0 2 413 134 107
Binary 10101101 1110000 11111001 11111 110111 0 10 100001011 1011100 1000111

Color Harmonies of #AD70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70F9

Black with #AD70F9

Text Example


Text Example

White with #AD70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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