Html Css Color HEX #AD51FC Medium Orchid

📋 copy color: '#AD51FC'

red 173 ◦ green 81 ◦ blue 252

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

Shades of Medium Orchid #AD51FC

Tints of Medium Orchid #AD51FC

RGB

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

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

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

R = 34.19%
G = 16.01%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD51FC (or 0xAD51FC) is known color: Medium Orchid. HEX triplet: AD, 51 and FC. RGB value is (173,81,252). Sum of RGB (Red+Green+Blue) = 173+81+252=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51FC is #52AE03. Grayscale: #7F7F7F. Windows color (decimal): -5418500 or 16535981. OLE color: 16535981.

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

Color convert

RGB 173 81 252 -
CMYK 0.31 0.68 0 0.01
HSL 272.28º 0.97% 0.65% -
HSV(B) 272.28º 0.68% 0.99% -
XYZ 37.75 21.8 94.31 -
YUV 128 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 173 81 252 0.31 0.68 0 0.01 272.28 0.97 0.65
Hex AD 51 FC 1F 44 0 1 110 61 41
Octal 255 121 374 37 104 0 1 420 141 101
Binary 10101101 1010001 11111100 11111 1000100 0 1 100010000 1100001 1000001

Color Harmonies of #AD51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51FC

Black with #AD51FC

Text Example


Text Example

White with #AD51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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