Html Css Color HEX #AD7DED Medium Purple

📋 copy color: '#AD7DED'

red 173 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #AD7DED

Tints of Medium Purple #AD7DED

RGB

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

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

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

R = 32.34%
G = 23.36%
B = 44.3%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD7DED (or 0xAD7DED) is known color: Medium Purple. HEX triplet: AD, 7D and ED. RGB value is (173,125,237). Sum of RGB (Red+Green+Blue) = 173+125+237=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DED is #528212. Grayscale: #979797. Windows color (decimal): -5407251 or 15564205. OLE color: 15564205.

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

Color convert

RGB 173 125 237 -
CMYK 0.27 0.47 0 0.07
HSL 265.71º 0.76% 0.71% -
HSV(B) 265.71º 0.47% 0.93% -
XYZ 39.85 29.67 83.75 -
YUV 152.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 173 125 237 0.27 0.47 0 0.07 265.71 0.76 0.71
Hex AD 7D ED 1B 2F 0 7 10A 4C 47
Octal 255 175 355 33 57 0 7 412 114 107
Binary 10101101 1111101 11101101 11011 101111 0 111 100001010 1001100 1000111

Color Harmonies of #AD7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DED

Black with #AD7DED

Text Example


Text Example

White with #AD7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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