Html Css Color HEX #AD52DF Medium Orchid

📋 copy color: '#AD52DF'

red 173 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #AD52DF

Tints of Medium Orchid #AD52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.15%

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

R = 36.19%
G = 17.15%
B = 46.65%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD52DF (or 0xAD52DF) is known color: Medium Orchid. HEX triplet: AD, 52 and DF. RGB value is (173,82,223). Sum of RGB (Red+Green+Blue) = 173+82+223=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DF is #52AD20. Grayscale: #7C7C7C. Windows color (decimal): -5418273 or 14635693. OLE color: 14635693.

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

Color convert

RGB 173 82 223 -
CMYK 0.22 0.63 0 0.13
HSL 278.72º 0.69% 0.6% -
HSV(B) 278.72º 0.63% 0.87% -
XYZ 33.57 20.25 71.95 -
YUV 125.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 173 82 223 0.22 0.63 0 0.13 278.72 0.69 0.6
Hex AD 52 DF 16 3F 0 D 117 45 3C
Octal 255 122 337 26 77 0 15 427 105 74
Binary 10101101 1010010 11011111 10110 111111 0 1101 100010111 1000101 111100

Color Harmonies of #AD52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52DF

Black with #AD52DF

Text Example


Text Example

White with #AD52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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