Html Css Color HEX #AD5DF6 Medium Orchid

📋 copy color: '#AD5DF6'

red 173 ◦ green 93 ◦ blue 246

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

Shades of Medium Orchid #AD5DF6

Tints of Medium Orchid #AD5DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 33.79%
G = 18.16%
B = 48.05%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD5DF6 (or 0xAD5DF6) is known color: Medium Orchid. HEX triplet: AD, 5D and F6. RGB value is (173,93,246). Sum of RGB (Red+Green+Blue) = 173+93+246=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD5DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF6 is #52A209. Grayscale: #858585. Windows color (decimal): -5415434 or 16145837. OLE color: 16145837.

HSL color Cylindrical-coordinate representation of color #AD5DF6: hue angle of 271.37º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5DF6 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 93 246 -
CMYK 0.30 0.62 0 0.04
HSL 271.37º 0.89% 0.66% -
HSV(B) 271.37º 0.62% 0.96% -
XYZ 37.78 23.37 89.71 -
YUV 134.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 173 93 246 0.30 0.62 0 0.04 271.37 0.89 0.66
Hex AD 5D F6 1E 3E 0 4 10F 59 42
Octal 255 135 366 36 76 0 4 417 131 102
Binary 10101101 1011101 11110110 11110 111110 0 100 100001111 1011001 1000010

Color Harmonies of #AD5DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DF6

Black with #AD5DF6

Text Example


Text Example

White with #AD5DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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