Html Css Color HEX #AD4ACD Medium Orchid

📋 copy color: '#AD4ACD'

red 173 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #AD4ACD

Tints of Medium Orchid #AD4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.37%

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

R = 38.27%
G = 16.37%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD4ACD (or 0xAD4ACD) is known color: Medium Orchid. HEX triplet: AD, 4A and CD. RGB value is (173,74,205). Sum of RGB (Red+Green+Blue) = 173+74+205=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ACD is #52B532. Grayscale: #767676. Windows color (decimal): -5420339 or 13453997. OLE color: 13453997.

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

Color convert

RGB 173 74 205 -
CMYK 0.16 0.64 0 0.20
HSL 285.34º 0.57% 0.55% -
HSV(B) 285.34º 0.64% 0.8% -
XYZ 30.7 18.19 59.65 -
YUV 118.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 173 74 205 0.16 0.64 0 0.20 285.34 0.57 0.55
Hex AD 4A CD 10 40 0 14 11D 39 37
Octal 255 112 315 20 100 0 24 435 71 67
Binary 10101101 1001010 11001101 10000 1000000 0 10100 100011101 111001 110111

Color Harmonies of #AD4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ACD

Black with #AD4ACD

Text Example


Text Example

White with #AD4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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