Html Css Color HEX #AD7CDE Medium Purple

📋 copy color: '#AD7CDE'

red 173 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #AD7CDE

Tints of Medium Purple #AD7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 33.33%
G = 23.89%
B = 42.77%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD7CDE (or 0xAD7CDE) is known color: Medium Purple. HEX triplet: AD, 7C and DE. RGB value is (173,124,222). Sum of RGB (Red+Green+Blue) = 173+124+222=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDE is #528321. Grayscale: #959595. Windows color (decimal): -5407522 or 14580909. OLE color: 14580909.

HSL color Cylindrical-coordinate representation of color #AD7CDE: hue angle of 270º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7CDE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 124 222 -
CMYK 0.22 0.44 0 0.13
HSL 270º 0.6% 0.68% -
HSV(B) 270º 0.44% 0.87% -
XYZ 37.63 28.57 72.64 -
YUV 149.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 173 124 222 0.22 0.44 0 0.13 270 0.6 0.68
Hex AD 7C DE 16 2C 0 D 10E 3C 44
Octal 255 174 336 26 54 0 15 416 74 104
Binary 10101101 1111100 11011110 10110 101100 0 1101 100001110 111100 1000100

Color Harmonies of #AD7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CDE

Black with #AD7CDE

Text Example


Text Example

White with #AD7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CDE; }

 p { color: rgb(173,124,222); }

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

background-color css

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

 a { background-color: rgb(173,124,222); }

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

border-color css

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

 span { border-color: rgb(173,124,222); }

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