Html Css Color HEX #AD74EB Medium Purple

📋 copy color: '#AD74EB'

red 173 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #AD74EB

Tints of Medium Purple #AD74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 33.02%
G = 22.14%
B = 44.85%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD74EB (or 0xAD74EB) is known color: Medium Purple. HEX triplet: AD, 74 and EB. RGB value is (173,116,235). Sum of RGB (Red+Green+Blue) = 173+116+235=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74EB is #528B14. Grayscale: #929292. Windows color (decimal): -5409557 or 15430829. OLE color: 15430829.

HSL color Cylindrical-coordinate representation of color #AD74EB: hue angle of 268.74º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD74EB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 116 235 -
CMYK 0.26 0.51 0 0.08
HSL 268.74º 0.75% 0.69% -
HSV(B) 268.74º 0.51% 0.92% -
XYZ 38.47 27.37 81.85 -
YUV 146.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 173 116 235 0.26 0.51 0 0.08 268.74 0.75 0.69
Hex AD 74 EB 1A 33 0 8 10D 4B 45
Octal 255 164 353 32 63 0 10 415 113 105
Binary 10101101 1110100 11101011 11010 110011 0 1000 100001101 1001011 1000101

Color Harmonies of #AD74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74EB

Black with #AD74EB

Text Example


Text Example

White with #AD74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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