Html Css Color HEX #AD51FE Medium Orchid

📋 copy color: '#AD51FE'

red 173 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #AD51FE

Tints of Medium Orchid #AD51FE

RGB

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

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

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

R = 34.06%
G = 15.94%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD51FE (or 0xAD51FE) is known color: Medium Orchid. HEX triplet: AD, 51 and FE. RGB value is (173,81,254). Sum of RGB (Red+Green+Blue) = 173+81+254=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD51FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51FE is #52AE01. Grayscale: #7F7F7F. Windows color (decimal): -5418498 or 16667053. OLE color: 16667053.

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

Color convert

RGB 173 81 254 -
CMYK 0.32 0.68 0 0.00
HSL 271.91º 0.99% 0.66% -
HSV(B) 271.91º 0.68% 1% -
XYZ 38.07 21.92 95.99 -
YUV 128.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 173 81 254 0.32 0.68 0 0.00 271.91 0.99 0.66
Hex AD 51 FE 20 44 0 0 110 63 42
Octal 255 121 376 40 104 0 0 420 143 102
Binary 10101101 1010001 11111110 100000 1000100 0 0 100010000 1100011 1000010

Color Harmonies of #AD51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51FE

Black with #AD51FE

Text Example


Text Example

White with #AD51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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