Html Css Color HEX #AD55E0 Medium Orchid

📋 copy color: '#AD55E0'

red 173 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #AD55E0

Tints of Medium Orchid #AD55E0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

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

R = 35.89%
G = 17.63%
B = 46.47%

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

#AD55E0 (or 0xAD55E0) is known color: Medium Orchid. HEX triplet: AD, 55 and E0. RGB value is (173,85,224). Sum of RGB (Red+Green+Blue) = 173+85+224=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD55E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55E0 is #52AA1F. Grayscale: #7E7E7E. Windows color (decimal): -5417504 or 14701997. OLE color: 14701997.

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

Color convert

RGB 173 85 224 -
CMYK 0.23 0.62 0 0.12
HSL 277.99º 0.69% 0.61% -
HSV(B) 277.99º 0.62% 0.88% -
XYZ 33.94 20.76 72.74 -
YUV 127.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 173 85 224 0.23 0.62 0 0.12 277.99 0.69 0.61
Hex AD 55 E0 17 3E 0 C 116 45 3D
Octal 255 125 340 27 76 0 14 426 105 75
Binary 10101101 1010101 11100000 10111 111110 0 1100 100010110 1000101 111101

Color Harmonies of #AD55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55E0

Black with #AD55E0

Text Example


Text Example

White with #AD55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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