Html Css Color HEX #AD48DF Medium Orchid

📋 copy color: '#AD48DF'

red 173 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #AD48DF

Tints of Medium Orchid #AD48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 36.97%
G = 15.38%
B = 47.65%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD48DF (or 0xAD48DF) is known color: Medium Orchid. HEX triplet: AD, 48 and DF. RGB value is (173,72,223). Sum of RGB (Red+Green+Blue) = 173+72+223=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48DF is #52B720. Grayscale: #767676. Windows color (decimal): -5420833 or 14633133. OLE color: 14633133.

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

Color convert

RGB 173 72 223 -
CMYK 0.22 0.68 0 0.13
HSL 280.13º 0.7% 0.58% -
HSV(B) 280.13º 0.68% 0.87% -
XYZ 32.87 18.85 71.72 -
YUV 119.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 173 72 223 0.22 0.68 0 0.13 280.13 0.7 0.58
Hex AD 48 DF 16 44 0 D 118 46 3A
Octal 255 110 337 26 104 0 15 430 106 72
Binary 10101101 1001000 11011111 10110 1000100 0 1101 100011000 1000110 111010

Color Harmonies of #AD48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48DF

Black with #AD48DF

Text Example


Text Example

White with #AD48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48DF; }

 p { color: rgb(173,72,223); }

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

background-color css

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

 a { background-color: rgb(173,72,223); }

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

border-color css

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

 span { border-color: rgb(173,72,223); }

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