Html Css Color HEX #AD49FC Medium Orchid

📋 copy color: '#AD49FC'

red 173 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #AD49FC

Tints of Medium Orchid #AD49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 34.74%
G = 14.66%
B = 50.6%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD49FC (or 0xAD49FC) is known color: Medium Orchid. HEX triplet: AD, 49 and FC. RGB value is (173,73,252). Sum of RGB (Red+Green+Blue) = 173+73+252=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49FC is #52B603. Grayscale: #7A7A7A. Windows color (decimal): -5420548 or 16533933. OLE color: 16533933.

HSL color Cylindrical-coordinate representation of color #AD49FC: hue angle of 273.52º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD49FC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 73 252 -
CMYK 0.31 0.71 0 0.01
HSL 273.52º 0.97% 0.64% -
HSV(B) 273.52º 0.71% 0.99% -
XYZ 37.19 20.68 94.13 -
YUV 123.31 200.63 163.45 -
System Red Green Blue C M Y K H S L
Decimal 173 73 252 0.31 0.71 0 0.01 273.52 0.97 0.64
Hex AD 49 FC 1F 47 0 1 112 61 40
Octal 255 111 374 37 107 0 1 422 141 100
Binary 10101101 1001001 11111100 11111 1000111 0 1 100010010 1100001 1000000

Color Harmonies of #AD49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49FC

Black with #AD49FC

Text Example


Text Example

White with #AD49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49FC; }

 p { color: rgb(173,73,252); }

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

background-color css

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

 a { background-color: rgb(173,73,252); }

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

border-color css

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

 span { border-color: rgb(173,73,252); }

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