Html Css Color HEX #AD49FE Medium Orchid

📋 copy color: '#AD49FE'

red 173 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #AD49FE

Tints of Medium Orchid #AD49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 34.6%
G = 14.6%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD49FE (or 0xAD49FE) is known color: Medium Orchid. HEX triplet: AD, 49 and FE. RGB value is (173,73,254). Sum of RGB (Red+Green+Blue) = 173+73+254=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD49FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49FE is #52B601. Grayscale: #7A7A7A. Windows color (decimal): -5420546 or 16665005. OLE color: 16665005.

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

Color convert

RGB 173 73 254 -
CMYK 0.32 0.71 0 0.00
HSL 273.15º 0.99% 0.64% -
HSV(B) 273.15º 0.71% 1% -
XYZ 37.51 20.81 95.8 -
YUV 123.53 201.63 163.28 -
System Red Green Blue C M Y K H S L
Decimal 173 73 254 0.32 0.71 0 0.00 273.15 0.99 0.64
Hex AD 49 FE 20 47 0 0 111 63 40
Octal 255 111 376 40 107 0 0 421 143 100
Binary 10101101 1001001 11111110 100000 1000111 0 0 100010001 1100011 1000000

Color Harmonies of #AD49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49FE

Black with #AD49FE

Text Example


Text Example

White with #AD49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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