Html Css Color HEX #AD5FC0 Medium Orchid

📋 copy color: '#AD5FC0'

red 173 ◦ green 95 ◦ blue 192

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

Shades of Medium Orchid #AD5FC0

Tints of Medium Orchid #AD5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.65%

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

R = 37.61%
G = 20.65%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5FC0 (or 0xAD5FC0) is known color: Medium Orchid. HEX triplet: AD, 5F and C0. RGB value is (173,95,192). Sum of RGB (Red+Green+Blue) = 173+95+192=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD5FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FC0 is #52A03F. Grayscale: #818181. Windows color (decimal): -5414976 or 12607405. OLE color: 12607405.

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

Color convert

RGB 173 95 192 -
CMYK 0.10 0.51 0 0.25
HSL 288.25º 0.43% 0.56% -
HSV(B) 288.25º 0.51% 0.75% -
XYZ 30.84 20.87 52.27 -
YUV 129.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 173 95 192 0.10 0.51 0 0.25 288.25 0.43 0.56
Hex AD 5F C0 A 33 0 19 120 2B 38
Octal 255 137 300 12 63 0 31 440 53 70
Binary 10101101 1011111 11000000 1010 110011 0 11001 100100000 101011 111000

Color Harmonies of #AD5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FC0

Black with #AD5FC0

Text Example


Text Example

White with #AD5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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