Html Css Color HEX #AD52D0 Medium Orchid

📋 copy color: '#AD52D0'

red 173 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #AD52D0

Tints of Medium Orchid #AD52D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 37.37%
G = 17.71%
B = 44.92%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD52D0 (or 0xAD52D0) is known color: Medium Orchid. HEX triplet: AD, 52 and D0. RGB value is (173,82,208). Sum of RGB (Red+Green+Blue) = 173+82+208=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD52D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52D0 is #52AD2F. Grayscale: #7B7B7B. Windows color (decimal): -5418288 or 13652653. OLE color: 13652653.

HSL color Cylindrical-coordinate representation of color #AD52D0: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD52D0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 82 208 -
CMYK 0.17 0.61 0 0.18
HSL 283.33º 0.57% 0.57% -
HSV(B) 283.33º 0.61% 0.82% -
XYZ 31.64 19.47 61.77 -
YUV 123.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 173 82 208 0.17 0.61 0 0.18 283.33 0.57 0.57
Hex AD 52 D0 11 3D 0 12 11B 39 39
Octal 255 122 320 21 75 0 22 433 71 71
Binary 10101101 1010010 11010000 10001 111101 0 10010 100011011 111001 111001

Color Harmonies of #AD52D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52D0

Black with #AD52D0

Text Example


Text Example

White with #AD52D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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