Html Css Color HEX #AD51F7 Medium Orchid

📋 copy color: '#AD51F7'

red 173 ◦ green 81 ◦ blue 247

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

Shades of Medium Orchid #AD51F7

Tints of Medium Orchid #AD51F7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

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

R = 34.53%
G = 16.17%
B = 49.3%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD51F7 (or 0xAD51F7) is known color: Medium Orchid. HEX triplet: AD, 51 and F7. RGB value is (173,81,247). Sum of RGB (Red+Green+Blue) = 173+81+247=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD51F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51F7 is #52AE08. Grayscale: #7E7E7E. Windows color (decimal): -5418505 or 16208301. OLE color: 16208301.

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

Color convert

RGB 173 81 247 -
CMYK 0.30 0.67 0 0.03
HSL 273.25º 0.91% 0.64% -
HSV(B) 273.25º 0.67% 0.97% -
XYZ 36.96 21.48 90.19 -
YUV 127.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 173 81 247 0.30 0.67 0 0.03 273.25 0.91 0.64
Hex AD 51 F7 1E 43 0 3 111 5B 40
Octal 255 121 367 36 103 0 3 421 133 100
Binary 10101101 1010001 11110111 11110 1000011 0 11 100010001 1011011 1000000

Color Harmonies of #AD51F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51F7

Black with #AD51F7

Text Example


Text Example

White with #AD51F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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