Html Css Color HEX #AD70FF Medium Purple

📋 copy color: '#AD70FF'

red 173 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #AD70FF

Tints of Medium Purple #AD70FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 32.04%
G = 20.74%
B = 47.22%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD70FF (or 0xAD70FF) is known color: Medium Purple. HEX triplet: AD, 70 and FF. RGB value is (173,112,255). Sum of RGB (Red+Green+Blue) = 173+112+255=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70FF is #528F00. Grayscale: #929292. Windows color (decimal): -5410561 or 16740525. OLE color: 16740525.

HSL color Cylindrical-coordinate representation of color #AD70FF: hue angle of 265.59º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD70FF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 112 255 -
CMYK 0.32 0.56 0 0
HSL 265.59º 1% 0.72% -
HSV(B) 265.59º 0.56% 1% -
XYZ 41.08 27.69 97.79 -
YUV 146.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 173 112 255 0.32 0.56 0 0 265.59 1 0.72
Hex AD 70 FF 20 38 0 0 10A 64 48
Octal 255 160 377 40 70 0 0 412 144 110
Binary 10101101 1110000 11111111 100000 111000 0 0 100001010 1100100 1001000

Color Harmonies of #AD70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70FF

Black with #AD70FF

Text Example


Text Example

White with #AD70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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