Html Css Color HEX #AD46DD Medium Orchid

📋 copy color: '#AD46DD'

red 173 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #AD46DD

Tints of Medium Orchid #AD46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 37.28%
G = 15.09%
B = 47.63%

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

#AD46DD (or 0xAD46DD) is known color: Medium Orchid. HEX triplet: AD, 46 and DD. RGB value is (173,70,221). Sum of RGB (Red+Green+Blue) = 173+70+221=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46DD is #52B922. Grayscale: #757575. Windows color (decimal): -5421347 or 14501549. OLE color: 14501549.

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

Color convert

RGB 173 70 221 -
CMYK 0.22 0.68 0 0.13
HSL 280.93º 0.69% 0.57% -
HSV(B) 280.93º 0.68% 0.87% -
XYZ 32.47 18.49 70.26 -
YUV 118.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 173 70 221 0.22 0.68 0 0.13 280.93 0.69 0.57
Hex AD 46 DD 16 44 0 D 119 45 39
Octal 255 106 335 26 104 0 15 431 105 71
Binary 10101101 1000110 11011101 10110 1000100 0 1101 100011001 1000101 111001

Color Harmonies of #AD46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46DD

Black with #AD46DD

Text Example


Text Example

White with #AD46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46DD; }

 p { color: rgb(173,70,221); }

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

background-color css

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

 a { background-color: rgb(173,70,221); }

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

border-color css

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

 span { border-color: rgb(173,70,221); }

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