Html Css Color HEX #AD54DA Medium Orchid

📋 copy color: '#AD54DA'

red 173 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #AD54DA

Tints of Medium Orchid #AD54DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 36.42%
G = 17.68%
B = 45.89%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD54DA (or 0xAD54DA) is known color: Medium Orchid. HEX triplet: AD, 54 and DA. RGB value is (173,84,218). Sum of RGB (Red+Green+Blue) = 173+84+218=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD54DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54DA is #52AB25. Grayscale: #7D7D7D. Windows color (decimal): -5417766 or 14308525. OLE color: 14308525.

HSL color Cylindrical-coordinate representation of color #AD54DA: hue angle of 279.85º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD54DA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 84 218 -
CMYK 0.21 0.61 0 0.15
HSL 279.85º 0.64% 0.59% -
HSV(B) 279.85º 0.61% 0.85% -
XYZ 33.06 20.29 68.5 -
YUV 125.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 173 84 218 0.21 0.61 0 0.15 279.85 0.64 0.59
Hex AD 54 DA 15 3D 0 F 118 40 3B
Octal 255 124 332 25 75 0 17 430 100 73
Binary 10101101 1010100 11011010 10101 111101 0 1111 100011000 1000000 111011

Color Harmonies of #AD54DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54DA

Black with #AD54DA

Text Example


Text Example

White with #AD54DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54DA; }

 p { color: rgb(173,84,218); }

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

background-color css

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

 a { background-color: rgb(173,84,218); }

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

border-color css

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

 span { border-color: rgb(173,84,218); }

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