Html Css Color HEX #AD5DF1 Medium Orchid

📋 copy color: '#AD5DF1'

red 173 ◦ green 93 ◦ blue 241

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

Shades of Medium Orchid #AD5DF1

Tints of Medium Orchid #AD5DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.34%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 34.12%
G = 18.34%
B = 47.53%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD5DF1 (or 0xAD5DF1) is known color: Medium Orchid. HEX triplet: AD, 5D and F1. RGB value is (173,93,241). Sum of RGB (Red+Green+Blue) = 173+93+241=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF1 is #52A20E. Grayscale: #858585. Windows color (decimal): -5415439 or 15818157. OLE color: 15818157.

HSL color Cylindrical-coordinate representation of color #AD5DF1: hue angle of 272.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5DF1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 93 241 -
CMYK 0.28 0.61 0 0.05
HSL 272.43º 0.84% 0.65% -
HSV(B) 272.43º 0.61% 0.95% -
XYZ 37.03 23.06 85.72 -
YUV 133.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 173 93 241 0.28 0.61 0 0.05 272.43 0.84 0.65
Hex AD 5D F1 1C 3D 0 5 110 54 41
Octal 255 135 361 34 75 0 5 420 124 101
Binary 10101101 1011101 11110001 11100 111101 0 101 100010000 1010100 1000001

Color Harmonies of #AD5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DF1

Black with #AD5DF1

Text Example


Text Example

White with #AD5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DF1; }

 p { color: rgb(173,93,241); }

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

background-color css

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

 a { background-color: rgb(173,93,241); }

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

border-color css

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

 span { border-color: rgb(173,93,241); }

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