Html Css Color HEX #AD74ED Medium Purple

📋 copy color: '#AD74ED'

red 173 ◦ green 116 ◦ blue 237

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

Shades of Medium Purple #AD74ED

Tints of Medium Purple #AD74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.05%

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

R = 32.89%
G = 22.05%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD74ED (or 0xAD74ED) is known color: Medium Purple. HEX triplet: AD, 74 and ED. RGB value is (173,116,237). Sum of RGB (Red+Green+Blue) = 173+116+237=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74ED is #528B12. Grayscale: #929292. Windows color (decimal): -5409555 or 15561901. OLE color: 15561901.

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

Color convert

RGB 173 116 237 -
CMYK 0.27 0.51 0 0.07
HSL 268.26º 0.77% 0.69% -
HSV(B) 268.26º 0.51% 0.93% -
XYZ 38.77 27.49 83.38 -
YUV 146.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 173 116 237 0.27 0.51 0 0.07 268.26 0.77 0.69
Hex AD 74 ED 1B 33 0 7 10C 4D 45
Octal 255 164 355 33 63 0 7 414 115 105
Binary 10101101 1110100 11101101 11011 110011 0 111 100001100 1001101 1000101

Color Harmonies of #AD74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74ED

Black with #AD74ED

Text Example


Text Example

White with #AD74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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