Html Css Color HEX #AD59D2 Medium Orchid

📋 copy color: '#AD59D2'

red 173 ◦ green 89 ◦ blue 210

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

Shades of Medium Orchid #AD59D2

Tints of Medium Orchid #AD59D2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

 BLUE value IS 210 (82.42% from 255) = 44.49%

R = 36.65%
G = 18.86%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD59D2 (or 0xAD59D2) is known color: Medium Orchid. HEX triplet: AD, 59 and D2. RGB value is (173,89,210). Sum of RGB (Red+Green+Blue) = 173+89+210=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD59D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59D2 is #52A62D. Grayscale: #7F7F7F. Windows color (decimal): -5416494 or 13785517. OLE color: 13785517.

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

Color convert

RGB 173 89 210 -
CMYK 0.18 0.58 0 0.18
HSL 281.65º 0.57% 0.59% -
HSV(B) 281.65º 0.58% 0.82% -
XYZ 32.44 20.68 63.26 -
YUV 127.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 173 89 210 0.18 0.58 0 0.18 281.65 0.57 0.59
Hex AD 59 D2 12 3A 0 12 11A 39 3B
Octal 255 131 322 22 72 0 22 432 71 73
Binary 10101101 1011001 11010010 10010 111010 0 10010 100011010 111001 111011

Color Harmonies of #AD59D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59D2

Black with #AD59D2

Text Example


Text Example

White with #AD59D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59D2; }

 p { color: rgb(173,89,210); }

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

background-color css

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

 a { background-color: rgb(173,89,210); }

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

border-color css

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

 span { border-color: rgb(173,89,210); }

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