Html Css Color HEX #AD59CB Medium Orchid

📋 copy color: '#AD59CB'

red 173 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #AD59CB

Tints of Medium Orchid #AD59CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 37.2%
G = 19.14%
B = 43.66%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD59CB (or 0xAD59CB) is known color: Medium Orchid. HEX triplet: AD, 59 and CB. RGB value is (173,89,203). Sum of RGB (Red+Green+Blue) = 173+89+203=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59CB is #52A634. Grayscale: #7E7E7E. Windows color (decimal): -5416501 or 13326765. OLE color: 13326765.

HSL color Cylindrical-coordinate representation of color #AD59CB: hue angle of 284.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD59CB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 89 203 -
CMYK 0.15 0.56 0 0.20
HSL 284.21º 0.52% 0.57% -
HSV(B) 284.21º 0.56% 0.8% -
XYZ 31.59 20.34 58.76 -
YUV 127.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 173 89 203 0.15 0.56 0 0.20 284.21 0.52 0.57
Hex AD 59 CB F 38 0 14 11C 34 39
Octal 255 131 313 17 70 0 24 434 64 71
Binary 10101101 1011001 11001011 1111 111000 0 10100 100011100 110100 111001

Color Harmonies of #AD59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59CB

Black with #AD59CB

Text Example


Text Example

White with #AD59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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