Html Css Color HEX #AD70FC Medium Purple

📋 copy color: '#AD70FC'

red 173 ◦ green 112 ◦ blue 252

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

Shades of Medium Purple #AD70FC

Tints of Medium Purple #AD70FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 32.22%
G = 20.86%
B = 46.93%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD70FC (or 0xAD70FC) is known color: Medium Purple. HEX triplet: AD, 70 and FC. RGB value is (173,112,252). Sum of RGB (Red+Green+Blue) = 173+112+252=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70FC is #528F03. Grayscale: #919191. Windows color (decimal): -5410564 or 16543917. OLE color: 16543917.

HSL color Cylindrical-coordinate representation of color #AD70FC: hue angle of 266.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD70FC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 112 252 -
CMYK 0.31 0.56 0 0.01
HSL 266.14º 0.96% 0.71% -
HSV(B) 266.14º 0.56% 0.99% -
XYZ 40.6 27.5 95.26 -
YUV 146.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 173 112 252 0.31 0.56 0 0.01 266.14 0.96 0.71
Hex AD 70 FC 1F 38 0 1 10A 60 47
Octal 255 160 374 37 70 0 1 412 140 107
Binary 10101101 1110000 11111100 11111 111000 0 1 100001010 1100000 1000111

Color Harmonies of #AD70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70FC

Black with #AD70FC

Text Example


Text Example

White with #AD70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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