Html Css Color HEX #AD56F7 Medium Orchid

📋 copy color: '#AD56F7'

red 173 ◦ green 86 ◦ blue 247

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

Shades of Medium Orchid #AD56F7

Tints of Medium Orchid #AD56F7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17%

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 34.19%
G = 17%
B = 48.81%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD56F7 (or 0xAD56F7) is known color: Medium Orchid. HEX triplet: AD, 56 and F7. RGB value is (173,86,247). Sum of RGB (Red+Green+Blue) = 173+86+247=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD56F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56F7 is #52A908. Grayscale: #818181. Windows color (decimal): -5417225 or 16209581. OLE color: 16209581.

HSL color Cylindrical-coordinate representation of color #AD56F7: hue angle of 272.42º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD56F7 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 86 247 -
CMYK 0.30 0.65 0 0.03
HSL 272.42º 0.91% 0.65% -
HSV(B) 272.42º 0.65% 0.97% -
XYZ 37.35 22.26 90.32 -
YUV 130.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 173 86 247 0.30 0.65 0 0.03 272.42 0.91 0.65
Hex AD 56 F7 1E 41 0 3 110 5B 41
Octal 255 126 367 36 101 0 3 420 133 101
Binary 10101101 1010110 11110111 11110 1000001 0 11 100010000 1011011 1000001

Color Harmonies of #AD56F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56F7

Black with #AD56F7

Text Example


Text Example

White with #AD56F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56F7; }

 p { color: rgb(173,86,247); }

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

background-color css

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

 a { background-color: rgb(173,86,247); }

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

border-color css

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

 span { border-color: rgb(173,86,247); }

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