Html Css Color HEX #AD54E0 Medium Orchid

📋 copy color: '#AD54E0'

red 173 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #AD54E0

Tints of Medium Orchid #AD54E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 35.97%
G = 17.46%
B = 46.57%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD54E0 (or 0xAD54E0) is known color: Medium Orchid. HEX triplet: AD, 54 and E0. RGB value is (173,84,224). Sum of RGB (Red+Green+Blue) = 173+84+224=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD54E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54E0 is #52AB1F. Grayscale: #7E7E7E. Windows color (decimal): -5417760 or 14701741. OLE color: 14701741.

HSL color Cylindrical-coordinate representation of color #AD54E0: hue angle of 278.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD54E0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 84 224 -
CMYK 0.23 0.62 0 0.12
HSL 278.14º 0.69% 0.6% -
HSV(B) 278.14º 0.63% 0.88% -
XYZ 33.86 20.61 72.71 -
YUV 126.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 173 84 224 0.23 0.62 0 0.12 278.14 0.69 0.6
Hex AD 54 E0 17 3E 0 C 116 45 3C
Octal 255 124 340 27 76 0 14 426 105 74
Binary 10101101 1010100 11100000 10111 111110 0 1100 100010110 1000101 111100

Color Harmonies of #AD54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54E0

Black with #AD54E0

Text Example


Text Example

White with #AD54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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