Html Css Color HEX #AD70EC Medium Purple

📋 copy color: '#AD70EC'

red 173 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #AD70EC

Tints of Medium Purple #AD70EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 33.21%
G = 21.5%
B = 45.3%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD70EC (or 0xAD70EC) is known color: Medium Purple. HEX triplet: AD, 70 and EC. RGB value is (173,112,236). Sum of RGB (Red+Green+Blue) = 173+112+236=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70EC is #528F13. Grayscale: #8F8F8F. Windows color (decimal): -5410580 or 15495341. OLE color: 15495341.

HSL color Cylindrical-coordinate representation of color #AD70EC: hue angle of 269.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD70EC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 112 236 -
CMYK 0.27 0.53 0 0.07
HSL 269.52º 0.77% 0.68% -
HSV(B) 269.52º 0.53% 0.93% -
XYZ 38.17 26.53 82.47 -
YUV 144.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 173 112 236 0.27 0.53 0 0.07 269.52 0.77 0.68
Hex AD 70 EC 1B 35 0 7 10E 4D 44
Octal 255 160 354 33 65 0 7 416 115 104
Binary 10101101 1110000 11101100 11011 110101 0 111 100001110 1001101 1000100

Color Harmonies of #AD70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70EC

Black with #AD70EC

Text Example


Text Example

White with #AD70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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