Html Css Color HEX #AD5ACD Medium Orchid

📋 copy color: '#AD5ACD'

red 173 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #AD5ACD

Tints of Medium Orchid #AD5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 36.97%
G = 19.23%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD5ACD (or 0xAD5ACD) is known color: Medium Orchid. HEX triplet: AD, 5A and CD. RGB value is (173,90,205). Sum of RGB (Red+Green+Blue) = 173+90+205=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACD is #52A532. Grayscale: #7F7F7F. Windows color (decimal): -5416243 or 13458093. OLE color: 13458093.

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

Color convert

RGB 173 90 205 -
CMYK 0.16 0.56 0 0.20
HSL 283.3º 0.53% 0.58% -
HSV(B) 283.3º 0.56% 0.8% -
XYZ 31.91 20.6 60.05 -
YUV 127.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 173 90 205 0.16 0.56 0 0.20 283.3 0.53 0.58
Hex AD 5A CD 10 38 0 14 11B 35 3A
Octal 255 132 315 20 70 0 24 433 65 72
Binary 10101101 1011010 11001101 10000 111000 0 10100 100011011 110101 111010

Color Harmonies of #AD5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ACD

Black with #AD5ACD

Text Example


Text Example

White with #AD5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ACD; }

 p { color: rgb(173,90,205); }

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

background-color css

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

 a { background-color: rgb(173,90,205); }

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

border-color css

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

 span { border-color: rgb(173,90,205); }

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