Html Css Color HEX #AD59CC Medium Orchid

📋 copy color: '#AD59CC'

red 173 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #AD59CC

Tints of Medium Orchid #AD59CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 37.12%
G = 19.1%
B = 43.78%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD59CC (or 0xAD59CC) is known color: Medium Orchid. HEX triplet: AD, 59 and CC. RGB value is (173,89,204). Sum of RGB (Red+Green+Blue) = 173+89+204=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59CC is #52A633. Grayscale: #7E7E7E. Windows color (decimal): -5416500 or 13392301. OLE color: 13392301.

HSL color Cylindrical-coordinate representation of color #AD59CC: hue angle of 283.83º degrees, saturation: 0.53, 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 #AD59CC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 89 204 -
CMYK 0.15 0.56 0 0.2
HSL 283.83º 0.53% 0.57% -
HSV(B) 283.83º 0.56% 0.8% -
XYZ 31.71 20.39 59.39 -
YUV 127.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 173 89 204 0.15 0.56 0 0.2 283.83 0.53 0.57
Hex AD 59 CC F 38 0 14 11C 35 39
Octal 255 131 314 17 70 0 24 434 65 71
Binary 10101101 1011001 11001100 1111 111000 0 10100 100011100 110101 111001

Color Harmonies of #AD59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59CC

Black with #AD59CC

Text Example


Text Example

White with #AD59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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