Html Css Color HEX #AD7DE8 Medium Purple

📋 copy color: '#AD7DE8'

red 173 ◦ green 125 ◦ blue 232

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

Shades of Medium Purple #AD7DE8

Tints of Medium Purple #AD7DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 32.64%
G = 23.58%
B = 43.77%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD7DE8 (or 0xAD7DE8) is known color: Medium Purple. HEX triplet: AD, 7D and E8. RGB value is (173,125,232). Sum of RGB (Red+Green+Blue) = 173+125+232=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD7DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DE8 is #528217. Grayscale: #979797. Windows color (decimal): -5407256 or 15236525. OLE color: 15236525.

HSL color Cylindrical-coordinate representation of color #AD7DE8: hue angle of 266.92º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7DE8 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 125 232 -
CMYK 0.25 0.46 0 0.09
HSL 266.92º 0.7% 0.7% -
HSV(B) 266.92º 0.46% 0.91% -
XYZ 39.13 29.38 79.95 -
YUV 151.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 173 125 232 0.25 0.46 0 0.09 266.92 0.7 0.7
Hex AD 7D E8 19 2E 0 9 10B 46 46
Octal 255 175 350 31 56 0 11 413 106 106
Binary 10101101 1111101 11101000 11001 101110 0 1001 100001011 1000110 1000110

Color Harmonies of #AD7DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DE8

Black with #AD7DE8

Text Example


Text Example

White with #AD7DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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