Html Css Color HEX #AD7DEC Medium Purple

📋 copy color: '#AD7DEC'

red 173 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #AD7DEC

Tints of Medium Purple #AD7DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 32.4%
G = 23.41%
B = 44.19%

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

#AD7DEC (or 0xAD7DEC) is known color: Medium Purple. HEX triplet: AD, 7D and EC. RGB value is (173,125,236). Sum of RGB (Red+Green+Blue) = 173+125+236=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DEC is #528213. Grayscale: #979797. Windows color (decimal): -5407252 or 15498669. OLE color: 15498669.

HSL color Cylindrical-coordinate representation of color #AD7DEC: hue angle of 265.95º degrees, saturation: 0.74, 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 #AD7DEC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 125 236 -
CMYK 0.27 0.47 0 0.07
HSL 265.95º 0.74% 0.71% -
HSV(B) 265.95º 0.47% 0.93% -
XYZ 39.71 29.61 82.98 -
YUV 152.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 173 125 236 0.27 0.47 0 0.07 265.95 0.74 0.71
Hex AD 7D EC 1B 2F 0 7 10A 4A 47
Octal 255 175 354 33 57 0 7 412 112 107
Binary 10101101 1111101 11101100 11011 101111 0 111 100001010 1001010 1000111

Color Harmonies of #AD7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DEC

Black with #AD7DEC

Text Example


Text Example

White with #AD7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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