Html Css Color HEX #AD7DE2 Medium Purple

📋 copy color: '#AD7DE2'

red 173 ◦ green 125 ◦ blue 226

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

Shades of Medium Purple #AD7DE2

Tints of Medium Purple #AD7DE2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.85%

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 33.02%
G = 23.85%
B = 43.13%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD7DE2 (or 0xAD7DE2) is known color: Medium Purple. HEX triplet: AD, 7D and E2. RGB value is (173,125,226). Sum of RGB (Red+Green+Blue) = 173+125+226=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD7DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DE2 is #52821D. Grayscale: #969696. Windows color (decimal): -5407262 or 14843309. OLE color: 14843309.

HSL color Cylindrical-coordinate representation of color #AD7DE2: hue angle of 268.51º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7DE2 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 125 226 -
CMYK 0.23 0.45 0 0.11
HSL 268.51º 0.64% 0.69% -
HSV(B) 268.51º 0.45% 0.89% -
XYZ 38.29 29.04 75.54 -
YUV 150.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 173 125 226 0.23 0.45 0 0.11 268.51 0.64 0.69
Hex AD 7D E2 17 2D 0 B 10D 40 45
Octal 255 175 342 27 55 0 13 415 100 105
Binary 10101101 1111101 11100010 10111 101101 0 1011 100001101 1000000 1000101

Color Harmonies of #AD7DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DE2

Black with #AD7DE2

Text Example


Text Example

White with #AD7DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DE2; }

 p { color: rgb(173,125,226); }

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

background-color css

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

 a { background-color: rgb(173,125,226); }

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

border-color css

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

 span { border-color: rgb(173,125,226); }

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