Html Css Color HEX #AD60C0 Medium Orchid

📋 copy color: '#AD60C0'

red 173 ◦ green 96 ◦ blue 192

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

Shades of Medium Orchid #AD60C0

Tints of Medium Orchid #AD60C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 37.53%
G = 20.82%
B = 41.65%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD60C0 (or 0xAD60C0) is known color: Medium Orchid. HEX triplet: AD, 60 and C0. RGB value is (173,96,192). Sum of RGB (Red+Green+Blue) = 173+96+192=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD60C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60C0 is #529F3F. Grayscale: #818181. Windows color (decimal): -5414720 or 12607661. OLE color: 12607661.

HSL color Cylindrical-coordinate representation of color #AD60C0: hue angle of 288.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD60C0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 96 192 -
CMYK 0.10 0.50 0 0.25
HSL 288.13º 0.43% 0.56% -
HSV(B) 288.13º 0.5% 0.75% -
XYZ 30.93 21.06 52.3 -
YUV 129.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 173 96 192 0.10 0.50 0 0.25 288.13 0.43 0.56
Hex AD 60 C0 A 32 0 19 120 2B 38
Octal 255 140 300 12 62 0 31 440 53 70
Binary 10101101 1100000 11000000 1010 110010 0 11001 100100000 101011 111000

Color Harmonies of #AD60C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60C0

Black with #AD60C0

Text Example


Text Example

White with #AD60C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60C0; }

 p { color: rgb(173,96,192); }

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

background-color css

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

 a { background-color: rgb(173,96,192); }

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

border-color css

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

 span { border-color: rgb(173,96,192); }

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