Html Css Color HEX #AD6DED Medium Purple

📋 copy color: '#AD6DED'

red 173 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #AD6DED

Tints of Medium Purple #AD6DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

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

R = 33.33%
G = 21%
B = 45.66%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD6DED (or 0xAD6DED) is known color: Medium Purple. HEX triplet: AD, 6D and ED. RGB value is (173,109,237). Sum of RGB (Red+Green+Blue) = 173+109+237=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DED is #529212. Grayscale: #8E8E8E. Windows color (decimal): -5411347 or 15560109. OLE color: 15560109.

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

Color convert

RGB 173 109 237 -
CMYK 0.27 0.54 0 0.07
HSL 270º 0.78% 0.68% -
HSV(B) 270º 0.54% 0.93% -
XYZ 37.99 25.94 83.12 -
YUV 142.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 173 109 237 0.27 0.54 0 0.07 270 0.78 0.68
Hex AD 6D ED 1B 36 0 7 10E 4E 44
Octal 255 155 355 33 66 0 7 416 116 104
Binary 10101101 1101101 11101101 11011 110110 0 111 100001110 1001110 1000100

Color Harmonies of #AD6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DED

Black with #AD6DED

Text Example


Text Example

White with #AD6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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