Html Css Color HEX #AD5ADF Medium Orchid

📋 copy color: '#AD5ADF'

red 173 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #AD5ADF

Tints of Medium Orchid #AD5ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 35.6%
G = 18.52%
B = 45.88%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD5ADF (or 0xAD5ADF) is known color: Medium Orchid. HEX triplet: AD, 5A and DF. RGB value is (173,90,223). Sum of RGB (Red+Green+Blue) = 173+90+223=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD5ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADF is #52A520. Grayscale: #818181. Windows color (decimal): -5416225 or 14637741. OLE color: 14637741.

HSL color Cylindrical-coordinate representation of color #AD5ADF: hue angle of 277.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5ADF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 90 223 -
CMYK 0.22 0.60 0 0.13
HSL 277.44º 0.68% 0.61% -
HSV(B) 277.44º 0.6% 0.87% -
XYZ 34.21 21.52 72.16 -
YUV 129.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 173 90 223 0.22 0.60 0 0.13 277.44 0.68 0.61
Hex AD 5A DF 16 3C 0 D 115 44 3D
Octal 255 132 337 26 74 0 15 425 104 75
Binary 10101101 1011010 11011111 10110 111100 0 1101 100010101 1000100 111101

Color Harmonies of #AD5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ADF

Black with #AD5ADF

Text Example


Text Example

White with #AD5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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