Html Css Color HEX #AD5DF3 Medium Orchid

📋 copy color: '#AD5DF3'

red 173 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #AD5DF3

Tints of Medium Orchid #AD5DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 33.99%
G = 18.27%
B = 47.74%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD5DF3 (or 0xAD5DF3) is known color: Medium Orchid. HEX triplet: AD, 5D and F3. RGB value is (173,93,243). Sum of RGB (Red+Green+Blue) = 173+93+243=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD5DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF3 is #52A20C. Grayscale: #858585. Windows color (decimal): -5415437 or 15949229. OLE color: 15949229.

HSL color Cylindrical-coordinate representation of color #AD5DF3: hue angle of 272º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5DF3 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 93 243 -
CMYK 0.29 0.62 0 0.05
HSL 272º 0.86% 0.66% -
HSV(B) 272º 0.62% 0.95% -
XYZ 37.33 23.18 87.3 -
YUV 134.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 173 93 243 0.29 0.62 0 0.05 272 0.86 0.66
Hex AD 5D F3 1D 3E 0 5 110 56 42
Octal 255 135 363 35 76 0 5 420 126 102
Binary 10101101 1011101 11110011 11101 111110 0 101 100010000 1010110 1000010

Color Harmonies of #AD5DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DF3

Black with #AD5DF3

Text Example


Text Example

White with #AD5DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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