Html Css Color HEX #AD70ED Medium Purple

📋 copy color: '#AD70ED'

red 173 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #AD70ED

Tints of Medium Purple #AD70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 33.14%
G = 21.46%
B = 45.4%

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

#AD70ED (or 0xAD70ED) is known color: Medium Purple. HEX triplet: AD, 70 and ED. RGB value is (173,112,237). Sum of RGB (Red+Green+Blue) = 173+112+237=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70ED is #528F12. Grayscale: #909090. Windows color (decimal): -5410579 or 15560877. OLE color: 15560877.

HSL color Cylindrical-coordinate representation of color #AD70ED: hue angle of 269.28º degrees, saturation: 0.78, 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 #AD70ED is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 112 237 -
CMYK 0.27 0.53 0 0.07
HSL 269.28º 0.78% 0.68% -
HSV(B) 269.28º 0.53% 0.93% -
XYZ 38.31 26.59 83.23 -
YUV 144.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 173 112 237 0.27 0.53 0 0.07 269.28 0.78 0.68
Hex AD 70 ED 1B 35 0 7 10D 4E 44
Octal 255 160 355 33 65 0 7 415 116 104
Binary 10101101 1110000 11101101 11011 110101 0 111 100001101 1001110 1000100

Color Harmonies of #AD70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70ED

Black with #AD70ED

Text Example


Text Example

White with #AD70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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