Html Css Color HEX #AD60C1 Medium Orchid

📋 copy color: '#AD60C1'

red 173 ◦ green 96 ◦ blue 193

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

Shades of Medium Orchid #AD60C1

Tints of Medium Orchid #AD60C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 37.45%
G = 20.78%
B = 41.77%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD60C1 (or 0xAD60C1) is known color: Medium Orchid. HEX triplet: AD, 60 and C1. RGB value is (173,96,193). Sum of RGB (Red+Green+Blue) = 173+96+193=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60C1 is #529F3E. Grayscale: #818181. Windows color (decimal): -5414719 or 12673197. OLE color: 12673197.

HSL color Cylindrical-coordinate representation of color #AD60C1: hue angle of 287.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD60C1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 96 193 -
CMYK 0.10 0.50 0 0.24
HSL 287.63º 0.44% 0.57% -
HSV(B) 287.63º 0.5% 0.76% -
XYZ 31.04 21.1 52.89 -
YUV 130.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 173 96 193 0.10 0.50 0 0.24 287.63 0.44 0.57
Hex AD 60 C1 A 32 0 18 120 2C 39
Octal 255 140 301 12 62 0 30 440 54 71
Binary 10101101 1100000 11000001 1010 110010 0 11000 100100000 101100 111001

Color Harmonies of #AD60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60C1

Black with #AD60C1

Text Example


Text Example

White with #AD60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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