Html Css Color HEX #AD70FB Medium Purple

📋 copy color: '#AD70FB'

red 173 ◦ green 112 ◦ blue 251

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

Shades of Medium Purple #AD70FB

Tints of Medium Purple #AD70FB

RGB

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

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

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

R = 32.28%
G = 20.9%
B = 46.83%

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

#AD70FB (or 0xAD70FB) is known color: Medium Purple. HEX triplet: AD, 70 and FB. RGB value is (173,112,251). Sum of RGB (Red+Green+Blue) = 173+112+251=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD70FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70FB is #528F04. Grayscale: #919191. Windows color (decimal): -5410565 or 16478381. OLE color: 16478381.

HSL color Cylindrical-coordinate representation of color #AD70FB: hue angle of 266.33º degrees, saturation: 0.95, 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 #AD70FB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 112 251 -
CMYK 0.31 0.55 0 0.02
HSL 266.33º 0.95% 0.71% -
HSV(B) 266.33º 0.55% 0.98% -
XYZ 40.44 27.44 94.43 -
YUV 146.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 173 112 251 0.31 0.55 0 0.02 266.33 0.95 0.71
Hex AD 70 FB 1F 37 0 2 10A 5F 47
Octal 255 160 373 37 67 0 2 412 137 107
Binary 10101101 1110000 11111011 11111 110111 0 10 100001010 1011111 1000111

Color Harmonies of #AD70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70FB

Black with #AD70FB

Text Example


Text Example

White with #AD70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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